Interface StreamingGetSettingsResponse

interface StreamingGetSettingsResponse {
    monthly_limit: "tier_1" | "tier_2" | "tier_3" | "tier_4" | "tier_5" | "tier_6" | "unlimited";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

monthly_limit: "tier_1" | "tier_2" | "tier_3" | "tier_4" | "tier_5" | "tier_6" | "unlimited"

streaming monthly tier

Generated using TypeDoc