ims-db
    Preparing search index...

    Variable ShelfFieldConst

    ShelfField: ZodEnum<
        {
            aisle: "aisle";
            createdAt: "createdAt";
            deletedAt: "deletedAt";
            description: "description";
            id: "id";
            level: "level";
            name: "name";
            rack: "rack";
            readonly: "readonly";
            storeId: "storeId";
            updatedAt: "updatedAt";
            updatedById: "updatedById";
        },
    > = ...

    ShelfField schema (Thu Nov 13 2025)