Variable ActivityLogSelectFieldsSchemaConst
ActivityLogSelectFieldsSchema: ZodObject<
{
activity: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ id: ...; name: ...; operationId: ...; resourceId: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ id: ...; name: ...; operationId: ...; resourceId: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
activityId: ZodOptional<ZodCoercedBoolean<unknown>>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
notes: ZodOptional<ZodCoercedBoolean<unknown>>;
session: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
description: ...;
endDate: ...;
id: ...;
startDate: ...;
status: ...;
userId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
description: ...;
endDate: ...;
id: ...;
startDate: ...;
status: ...;
userId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
sessionId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...