Skip to content

Commit 8f9b024

Browse files
committed
Added image/svg+xml to Media types
1 parent 6b09b67 commit 8f9b024

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)