MCPcopy Create free account
hub / github.com/angular/examples / Input

Interface Input

dynamic-sdui-app/src/app/magic-ai/app-context.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface Input {
22 type: string;
23 description: string;
24 required?: boolean;
25}
26
27export interface AppContext {
28 appName: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected