status-lib/types/bookmark.nim

6 lines
80 B
Nim

type Bookmark* = ref object
name*: string
url*: string
imageUrl*: string