Add yet another card type
This commit is contained in:
parent
fb591e43b8
commit
e453d9dd59
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,8 @@ type
|
|||
status*: string
|
||||
|
||||
CardKind* = enum
|
||||
app = "app"
|
||||
appplayer = "appplayer"
|
||||
player = "player"
|
||||
audio = "audio"
|
||||
summary = "summary"
|
||||
|
@ -119,7 +121,6 @@ type
|
|||
storeLink = "direct_store_link_app"
|
||||
moment = "moment"
|
||||
messageMe = "message_me"
|
||||
app = "app"
|
||||
|
||||
Card* = object
|
||||
kind*: CardKind
|
||||
|
|
Loading…
Reference in a new issue