ims-db
    Preparing search index...

    Variable ProductTypeFieldConst

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

    ProductTypeField schema (Thu Nov 13 2025)