Variable TimeOffRequestOwnSelectFieldsSchemaJsonConst
TimeOffRequestOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
reason: ZodOptional<ZodCoercedBoolean<unknown>>;
resolver: ZodOptional<ZodCoercedBoolean<unknown>>;
resolverId: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
transactions: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...