@openstream/client
Version:
Openstream Radio Server Client
11 lines • 389 B
TypeScript
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