Topic - daneden/Twift GitHub Wiki

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?