MCPcopy
hub / github.com/erictik/midjourney-api / ApiData

Interface ApiData

src/gradio/client.ts:839–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839interface ApiData {
840 label: string;
841 type: {
842 type: any;
843 description: string;
844 };
845 component: string;
846 example_input?: any;
847}
848
849interface JsApiData {
850 label: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected