hr-db
    Preparing search index...

    Variable EarningDistinctFieldsSchemaConst

    EarningDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                amount: "amount";
                hours: "hours";
                id: "id";
                paycheckId: "paycheckId";
                rate: "rate";
                type: "type";
            },
        >,
    > = ...