MCPcopy
hub / github.com/yoavbls/pretty-ts-errors / Person

Interface Person

examples/errors.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Person {
2 name: string;
3 age: number;
4 address: {
5 street: string;
6 city: string;
7 country: string;
8 };
9}
10
11const john: Person = {
12 name: "John Doe",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected