Interface LocalAdminChannel

A channel as seen in the admin panel.

interface LocalAdminChannel {
    id: number;
    name: string;
    userIds: string[];
}

Properties

Properties

id: number
name: string
userIds: string[]