status-lib/status/types/bookmark.nim
2021-09-08 14:09:35 -04:00

8 lines
90 B
Nim

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