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

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

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;