hr-db
    Preparing search index...

    Variable TitleHistoryOmitFieldsSchemaConst

    TitleHistoryOmitFieldsSchema: ZodObject<
        {
            employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
            endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            reason: ZodOptional<ZodCoercedBoolean<unknown>>;
            startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            titleId: ZodOptional<ZodCoercedBoolean<unknown>>;
            type: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...