MCPcopy Create free account
hub / github.com/Musish/Musish / MusicKitInstance

Class MusicKitInstance

src/app/types/MusicKit.d.ts:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 export type QueueItem = AnonymousObject;
126
127 export class MusicKitInstance {
128 public storekit: {
129 storefrontCountryCode: string;
130 };
131 // @ts-ignore bitrate is not read-only
132 public bitrate: number;
133 }
134
135 // tslint:disable-next-line:max-classes-per-file
136 export class Library {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected