ims-db
    Preparing search index...

    Variable CategoryFieldConst

    CategoryField: ZodEnum<
        {
            createdAt: "createdAt";
            deletedAt: "deletedAt";
            description: "description";
            id: "id";
            name: "name";
            parentId: "parentId";
            readonly: "readonly";
            slug: "slug";
            updatedAt: "updatedAt";
            updatedById: "updatedById";
        },
    > = ...

    CategoryField schema (Thu Nov 13 2025)