UNPKG

@openstream/client

Version:
11 lines 389 B
export type AudioMetadata = { title: string | null | undefined; artist: string | null | undefined; album: string | null | undefined; album_artist: string | null | undefined; genre: string | null | undefined; year: number | null | undefined; comment: string | null | undefined; track: number | null | undefined; }; //# sourceMappingURL=AudioMetadata.d.ts.map