hr-db
    Preparing search index...

    Variable EarningOmitFieldsSchemaJsonConst

    EarningOmitFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                amount: ZodOptional<ZodCoercedBoolean<unknown>>;
                hours: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                paycheckId: ZodOptional<ZodCoercedBoolean<unknown>>;
                rate: ZodOptional<ZodCoercedBoolean<unknown>>;
                type: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...