MCPcopy Index your code
hub / github.com/kirodotdev/Kiro / IssueData

Interface IssueData

scripts/data_models.ts:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90export interface IssueData {
91 number: number;
92 title: string;
93 body: string;
94 created_at: Date;
95 updated_at: Date;
96 labels: string[];
97 url: string;
98 state: string;
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected