Variable TimeOffTransactionDistinctFieldsSchemaConst
TimeOffTransactionDistinctFieldsSchema: ZodArray<
ZodEnum<
{
amount: "amount";
balanceId: "balanceId";
createdAt: "createdAt";
id: "id";
requestId: "requestId";
type: "type";
updatedAt: "updatedAt";
},
>,
> = ...