MCPcopy
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
68export function interfaceDeclaration(name: string) {
69 return new InterfaceDeclaration(name)
70}

Callers 1

Interface.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected