Skip to content
daneden edited this page Jan 23, 2022 · 1 revision

Topic

public struct Topic: Codable, Identifiable 

Inheritance

Codable, Identifiable

Nested Type Aliases

ID

public typealias ID = String

Properties

id

public let id: ID

name

public let name: String?

description

public let description: String?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally