MCPcopy
hub / github.com/prisma/prisma / checkSchema

Method checkSchema

packages/cli/src/utils/nps/status.ts:34–39  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

32 }
33
34 checkSchema(obj: any): obj is NpsStatus {
35 return (
36 obj.currentTimeframe == null ||
37 (typeof obj.currentTimeframe.start === 'string' && typeof obj.currentTimeframe.end === 'string')
38 )
39 }
40}

Callers 1

statusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected