interface PlaylistInfo {
    type: PlaylistType;
    uri: string;
}

Properties

Properties

uri: string