Skip to content

Commit 72de50b

Browse files
authored
Merge pull request #36 from danmarshall/master
export type KnownMedia
2 parents 560b88c + 7958244 commit 72de50b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/directLine.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ export interface AnimationCard {
175175
}
176176
}
177177

178-
export type Attachment = Media | UnknownMedia | HeroCard | Thumbnail | Signin | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard;
178+
export type KnownMedia = Media | HeroCard | Thumbnail | Signin | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard;
179+
export type Attachment = KnownMedia | UnknownMedia;
179180

180181
export interface User {
181182
id: string,

0 commit comments

Comments
 (0)