We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b09b67 + 8f9b024 commit 6fe1461Copy full SHA for 6fe1461
1 file changed
src/directLine.ts
@@ -35,7 +35,7 @@ export interface Conversation {
35
referenceGrammarId?: string
36
}
37
38
-export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" | "audio/mpeg" | "audio/mp4" | "video/mp4";
+export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" | "image/svg+xml" | "audio/mpeg" | "audio/mp4" | "video/mp4";
39
40
export interface Media {
41
contentType: MediaType,
0 commit comments