Variable TimeOffRequestOwnIncludeSchemaJsonConst
TimeOffRequestOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
resolver: ZodOptional<ZodCoercedBoolean<unknown>>;
transactions: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...