MCPcopy
hub / github.com/axios/axios / UserCreationDef

Interface UserCreationDef

tests/module/esm/tests/helpers/esm-index.ts:119–121  ·  tests/module/esm/tests/helpers/esm-index.ts::UserCreationDef

Source from the content-addressed store, hash-verified

117
118class="cm">// Typed methods
119interface UserCreationDef {
120 name: string;
121}
122
123interface User {
124 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected