Variable SessionOwnSelectFieldsSchemaJsonConst
SessionOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
description: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
logs: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
user: ZodOptional<ZodCoercedBoolean<unknown>>;
userId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...