hr-db
    Preparing search index...

    Variable PaycheckDeductionOmitFieldsSchemaJsonConst

    PaycheckDeductionOmitFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                amount: ZodOptional<ZodCoercedBoolean<unknown>>;
                employeeDeductionId: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                paycheckId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...