Skip to content

Commit 840ba6f

Browse files
author
Carlos Reyes-Rico (Collabera)
committed
Setting contentType as mandatory field.
1 parent bb6e903 commit 840ba6f

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
@@ -45,7 +45,7 @@ export interface Media {
4545
}
4646

4747
export interface UnknownMedia{
48-
contentType?: string,
48+
contentType: string,
4949
contentUrl: string,
5050
name?: string,
5151
thumbnailUrl?: string

0 commit comments

Comments
 (0)