ContextTrack
note
This type is deducted from Spotify's internal usage. It may not be accurate and may change in the future.
type ContextTrack = {
uri: string;
uid?: string | null;
metadata?: Metadata;
}
Property | Type | Description |
---|---|---|
uri | string | Track URI. |
uid | string | undefined | null | Track UID. |
metadata | Metadata | undefined | Track metadata. |