@cfxlabsinc/b2b-services
    Preparing search index...
    LimitItem: { limit: string } & (
        | { type: "MAX_COUNT"
        | "MAX_USD"; window: "24H" | "7D" | "30D" }
        | { type: "MIN_USD" | "MAX_USD"; window: "TRANSACTION" }
    )

    A single limit entry. Shared between product_limit_config.config.rules[].value and product_route.limit.

    Type Declaration

    • limit: string

      The limit value, number string.

    • { type: "MAX_COUNT" | "MAX_USD"; window: "24H" | "7D" | "30D" }
    • { type: "MIN_USD" | "MAX_USD"; window: "TRANSACTION" }