1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-09 00:18:44 +01:00

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

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;