MCPcopy
hub / github.com/basarat/typescript-book / Foo

Interface Foo

code/types/typeGuard.ts:70–73  ·  view source on GitHub ↗

* Just some interfaces

Source from the content-addressed store, hash-verified

68 * Just some interfaces
69 */
70 interface Foo {
71 foo: number;
72 common: string;
73 }
74
75 interface Bar {
76 bar: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected