Interface PlaylistPropertyValue

interface PlaylistPropertyValue {
    size?: number;
    type?: PlaylistType;
}

Properties

Properties

size?: number