Variable TimeOffRequestOmitFieldsSchemaJsonConst
TimeOffRequestOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
reason: ZodOptional<ZodCoercedBoolean<unknown>>;
resolverId: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...