Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
export
interface
CheckResult {
6
available: boolean;
7
}
8
9
export
interface
VercelProjectResponse {
10
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected