inventory-db
    Preparing search index...

    Variable DiscountTypeSchemaConst

    DiscountTypeSchema: ZodEnum<
        {
            FREE_SHIPPING: "FREE_SHIPPING";
            ORDER_TOTAL: "ORDER_TOTAL";
            SIMPLE: "SIMPLE";
            VOLUME: "VOLUME";
        },
    > = ...