Merge pull request #143 from NicolasConstant/topic_emoji-picker

fix typings
This commit is contained in:
Nicolas Constant 2019-07-29 20:14:41 -04:00 committed by GitHub
commit 962557c1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class AttachmentsWrapper implements Attachment {
}
id: string;
type: "image" | "video" | "gifv";
type: "image" | "video" | "gifv" | 'audio';
url: string;
remote_url: string;
preview_url: string;