Interface VideoLiveCategory

interface VideoLiveCategory {
    id: number;
    label: string;
    sublist: VideoLiveCategory[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
label: string

Generated using TypeDoc