MCPcopy Create free account
hub / github.com/microsoft/TypeChat /

Class

typescript/examples/music/src/trackCollections.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export class TrackCollection implements ITrackCollection {
12 contextUri: string | undefined = undefined;
13
14 constructor(public tracks: SpotifyApi.TrackObjectFull[], public trackCount:number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected