Structure
Watchlist
public struct Watchlist: Codable, Identifiable
Relationships
Conforms To
Codable
Identifiable
Properties
id
let id: UUID
accountId
let accountId: UUID
name
let name: String
createdAt
let createdAt: Date
updatedAt
let updatedAt: Date
assets
let assets: [Asset]?