mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-09 00:18:44 +01:00
fix typings
This commit is contained in:
parent
30aec1645b
commit
faa7399d39
@ -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…
x
Reference in New Issue
Block a user