MCPcopy
hub / github.com/opactorai/Claudable / CheckResult

Interface CheckResult

types/shared/vercel.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface CheckResult {
6 available: boolean;
7}
8
9export interface VercelProjectResponse {
10 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected