MCPcopy Index your code
hub / github.com/buildermethods/design-os / SectionData

Interface SectionData

src/types/section.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface SectionData {
6 sectionId: string
7 spec: string | null
8 specParsed: ParsedSpec | null
9 data: Record<string, unknown> | null
10 screenDesigns: ScreenDesignInfo[]
11 screenshots: ScreenshotInfo[]
12}
13
14export interface ParsedSpec {
15 title: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected