MCPcopy Index your code
hub / github.com/angular/examples / MyState

Interface MyState

genkit-angular-story-generator/src/flows.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25);
26
27interface MyState {
28 primaryObjective?: string;
29 milestones?: string[];
30 currentMilestone?: string;
31}
32
33const DescriptionOutput = z.object({
34 storyPremise: z.string(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected