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

Properties

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

Generated using TypeDoc