status-lib/status/types/bookmark.nim

8 lines
90 B
Nim

{.used.}
type Bookmark* = ref object
name*: string
url*: string
imageUrl*: string