hr-db
    Preparing search index...

    Variable PaycheckOwnSelectFieldsSchemaJsonConst

    PaycheckOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
                deductions: ZodOptional<ZodCoercedBoolean<unknown>>;
                earnings: ZodOptional<ZodCoercedBoolean<unknown>>;
                employee: ZodOptional<ZodCoercedBoolean<unknown>>;
                employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
                grossAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                netAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
                paycheckTaxes: ZodOptional<ZodCoercedBoolean<unknown>>;
                payrollRun: ZodOptional<ZodCoercedBoolean<unknown>>;
                payrollRunId: ZodOptional<ZodCoercedBoolean<unknown>>;
                updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...