Variable PaycheckDistinctFieldsSchemaConst
PaycheckDistinctFieldsSchema: ZodArray<
ZodEnum<
{
createdAt: "createdAt";
employeeId: "employeeId";
grossAmount: "grossAmount";
id: "id";
netAmount: "netAmount";
payrollRunId: "payrollRunId";
updatedAt: "updatedAt";
},
>,
> = ...