hr-db
    Preparing search index...

    Variable EarningOwnSelectFieldsSchemaJsonConst

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