| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected