interface Topic {
    app: string;
    isPublic: boolean;
    name: string;
    ownerId: string;
    ownerType: string;
    typeId: string;
}

Implemented by

Properties

app: string
isPublic: boolean
name: string
ownerId: string
ownerType: string
typeId: string

Generated using TypeDoc