fix typings
This commit is contained in:
parent
30aec1645b
commit
faa7399d39
|
@ -142,7 +142,7 @@ class AttachmentsWrapper implements Attachment {
|
||||||
}
|
}
|
||||||
|
|
||||||
id: string;
|
id: string;
|
||||||
type: "image" | "video" | "gifv";
|
type: "image" | "video" | "gifv" | 'audio';
|
||||||
url: string;
|
url: string;
|
||||||
remote_url: string;
|
remote_url: string;
|
||||||
preview_url: string;
|
preview_url: string;
|
||||||
|
|
Loading…
Reference in New Issue