interface LineupExternalRole {
    name: string;
    participants: (null | string)[];
}

Properties

Properties

name: string
participants: (null | string)[]