status-lib/status/types/bookmark.nim

8 lines
90 B
Nim
Raw Normal View History

2021-09-08 18:05:39 +00:00
{.used.}
type Bookmark* = ref object
name*: string
url*: string
imageUrl*: string