Type alias IInviteChannel

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

Type declaration

Generated using TypeDoc