Interface IInviteChannel

interface IInviteChannel {
    id: string;
    name?: string;
    type: ChannelType;
}

Properties

Properties

id: string
name?: string

Generated using TypeDoc