Interface StreamingSetSettingsParams

interface StreamingSetSettingsParams {
    monthly_tier?: "tier_1" | "tier_2" | "tier_3" | "tier_4" | "tier_5" | "tier_6" | "unlimited";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

monthly_tier?: "tier_1" | "tier_2" | "tier_3" | "tier_4" | "tier_5" | "tier_6" | "unlimited"

Generated using TypeDoc