File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,15 @@ export interface Signin {
9898 }
9999}
100100
101+ export interface OAuth {
102+ contentType : "application/vnd.microsoft.card.oauth" ,
103+ content : {
104+ text ?: string ,
105+ name : string ,
106+ buttons ?: CardAction [ ]
107+ }
108+ }
109+
101110export interface ReceiptItem {
102111 title ?: string ,
103112 subtitle ?: string ,
@@ -181,7 +190,7 @@ export interface AnimationCard {
181190 }
182191}
183192
184- export type KnownMedia = Media | HeroCard | Thumbnail | Signin | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard ;
193+ export type KnownMedia = Media | HeroCard | Thumbnail | Signin | OAuth | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard ;
185194export type Attachment = KnownMedia | UnknownMedia ;
186195
187196export interface User {
You can’t perform that action at this time.
0 commit comments