Interface LocalChannelMember

A member of a channel.

interface LocalChannelMember {
    name: string;
    orgLink: boolean;
    readOnlyAssignment: boolean;
    userId: string;
}

Properties

name: string
orgLink: boolean
readOnlyAssignment: boolean
userId: string