MCPcopy
hub / github.com/Musish/Musish / MusishMK

Interface MusishMK

src/app/types/mk.d.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type MKEvent = any;
8
9declare interface MusishMK<E extends BindingsType = {}> {
10 // Allow `instance` to not be a string, eventually all events should go under their own property
11 // @ts-ignore
12 instance: MusicKitInstance;
13 // [N in keyof E]: E[N]; // This is what we want, but TS doesn't allow it...
14 [s: string]: any;
15}
16
17declare interface MKProps {
18 mk: MusishMK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected