Merge pull request #143 from NicolasConstant/topic_emoji-picker
fix typings
This commit is contained in:
commit
962557c1b0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue