Fix type errors
This commit is contained in:
parent
cd6912f0dd
commit
64c3d604aa
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ interface Props {
|
|||
}
|
||||
|
||||
interface QuotedAttachment {
|
||||
contentType: string;
|
||||
contentType: MIME.MIMEType;
|
||||
fileName: string;
|
||||
/* Not included in protobuf */
|
||||
isVoiceMessage: boolean;
|
||||
|
@ -26,7 +26,7 @@ interface QuotedAttachment {
|
|||
}
|
||||
|
||||
interface Attachment {
|
||||
contentType: string;
|
||||
contentType: MIME.MIMEType;
|
||||
/* Not included in protobuf, and is loaded asynchronously */
|
||||
objectUrl?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue