mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 21:44:57 +00:00
8 lines
90 B
Nim
8 lines
90 B
Nim
{.used.}
|
|
|
|
type Bookmark* = ref object
|
|
name*: string
|
|
url*: string
|
|
imageUrl*: string
|
|
|