MCPcopy Create free account
hub / github.com/Automattic/mongoose / myMethod

Method myMethod

test/types/models.test.ts:163–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161
162interface IProjectInstanceMethods {
163 myMethod(): number;
164}
165
166interface ProjectModel extends Model<IProject, {}, IProjectInstanceMethods> {

Callers 1

models.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected