fix typings

This commit is contained in:
Nicolas Constant 2019-07-29 19:38:16 -04:00
parent 30aec1645b
commit faa7399d39
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
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;