MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/project/dto/project.input.ts:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 scenario?: string;
69
70 /** Design system id for html projects; unknown ids fall back to the first.
71 * Nothing stores it — it is baked into the scaffolded page's tokens. */
72 @Field(() => String, { nullable: true })
73 style?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected