Variable TimeOffTransactionOwnSelectFieldsSchemaJsonConst
TimeOffTransactionOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
amount: ZodOptional<ZodCoercedBoolean<unknown>>;
balance: ZodOptional<ZodCoercedBoolean<unknown>>;
balanceId: ZodOptional<ZodCoercedBoolean<unknown>>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
request: ZodOptional<ZodCoercedBoolean<unknown>>;
requestId: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...