Interface LiveViewerListResponseRootObject

interface LiveViewerListResponseRootObject {
    status: string;
    users: LiveViewerListResponseUsersItem[];
}

Properties

Properties

status: string