6 lines
80 B
Nim
6 lines
80 B
Nim
|
|
||
|
type Bookmark* = ref object
|
||
|
name*: string
|
||
|
url*: string
|
||
|
imageUrl*: string
|