MCPcopy Create free account
hub / github.com/garrytan/gstack / CheckResult

Interface CheckResult

design/src/check.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { requireApiKey } from "./auth";
8
9export interface CheckResult {
10 pass: boolean;
11 issues: string;
12}
13
14/**
15 * Check a generated mockup against the original brief.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected