PlaylistPermission
An action a source will permit on one playlist's items. Item-scoped: neither value covers the playlist's own name or description
type PlaylistPermission = 'read' | 'edit';
An action a source will permit on one playlist's items. Item-scoped: neither value covers the playlist's own name or description
type PlaylistPermission = 'read' | 'edit';