ims-db
    Preparing search index...

    Variable PriceFieldConst

    PriceField: ZodEnum<
        {
            createdAt: "createdAt";
            deletedAt: "deletedAt";
            effectiveFrom: "effectiveFrom";
            effectiveTo: "effectiveTo";
            id: "id";
            price: "price";
            productId: "productId";
            readonly: "readonly";
            updatedAt: "updatedAt";
            updatedById: "updatedById";
        },
    > = ...

    PriceField schema (Thu Nov 13 2025)