mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Remove deprecated type declaration.
This commit is contained in:
parent
9f3628e030
commit
22733be377
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ import invariant from "invariant";
|
|||
import { IAudioMetadata, IOptions } from 'music-metadata-browser';
|
||||
|
||||
type JsMediaTagsFile = string | ArrayBuffer | Blob;
|
||||
interface JsMediaTagsHandlers {
|
||||
onSuccess: (tags: IAudioMetadata) => void;
|
||||
onError: (error: Error) => void;
|
||||
}
|
||||
|
||||
interface MusicMetadataBrowserApi {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue