Type Alias: MediaItem
type MediaItem = NativeMediaItem;
Defined in: packages/media-session/src/types.ts:20
Metadata for one playable thing.
Structurally identical to the bridge struct — there is nothing to narrow, so aliasing beats maintaining a parallel type.