Skip to content

Commit 6fe1461

Browse files
authored
Merge pull request #52 from danmarshall/master
Added image/svg+xml to Media types
2 parents 6b09b67 + 8f9b024 commit 6fe1461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/directLine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface Conversation {
3535
referenceGrammarId?: string
3636
}
3737

38-
export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" | "audio/mpeg" | "audio/mp4" | "video/mp4";
38+
export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" | "image/svg+xml" | "audio/mpeg" | "audio/mp4" | "video/mp4";
3939

4040
export interface Media {
4141
contentType: MediaType,

0 commit comments

Comments
 (0)