interface Topic {
    app?: string;
    id?: string;
    isPublic?: boolean;
    name: string;
    ownerIds?: string[];
    ownerType: string;
    typeId: SupportedTopicTypeId;
}

Implemented by

Properties

app?: string
id?: string
isPublic?: boolean
name: string
ownerIds?: string[]
ownerType: string

Generated using TypeDoc