Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ interfaceDeclaration
Function
interfaceDeclaration
packages/ts-builders/src/Interface.ts:68–70 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
66
}
67
68
export
function
interfaceDeclaration(name: string) {
69
return
new
InterfaceDeclaration(name)
70
}
Callers
1
Interface.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected