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

Hierarchy

  • WithCustomFields
    • TopicEntityOptions

Properties

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

Generated using TypeDoc