Add yet another card type
This commit is contained in:
parent
fb591e43b8
commit
e453d9dd59
|
@ -101,6 +101,8 @@ type
|
||||||
status*: string
|
status*: string
|
||||||
|
|
||||||
CardKind* = enum
|
CardKind* = enum
|
||||||
|
app = "app"
|
||||||
|
appplayer = "appplayer"
|
||||||
player = "player"
|
player = "player"
|
||||||
audio = "audio"
|
audio = "audio"
|
||||||
summary = "summary"
|
summary = "summary"
|
||||||
|
@ -119,7 +121,6 @@ type
|
||||||
storeLink = "direct_store_link_app"
|
storeLink = "direct_store_link_app"
|
||||||
moment = "moment"
|
moment = "moment"
|
||||||
messageMe = "message_me"
|
messageMe = "message_me"
|
||||||
app = "app"
|
|
||||||
|
|
||||||
Card* = object
|
Card* = object
|
||||||
kind*: CardKind
|
kind*: CardKind
|
||||||
|
|
Loading…
Reference in New Issue