MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds / Boy

Interface Boy

TypeScript/StudyTypeScript/src/class_interface.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface Boy extends Man,Child {}
30
31let boy: Boy = {
32 name: '',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected