MCPcopy Create free account
hub / github.com/microsoft/TypeChat / getTypeName

Method getTypeName

typescript/src/typechat.ts:77–77  ·  view source on GitHub ↗

* Return the name of the JSON object target type in the schema.

()

Source from the content-addressed store, hash-verified

75 * Return the name of the JSON object target type in the schema.
76 */
77 getTypeName(): string;
78 /**
79 * Validates the given JSON object according to the associated TypeScript schema. Returns a
80 * `Success<T>` object containing the JSON object if validation was successful. Otherwise, returns

Callers 4

zod.test.tsFile · 0.80
validate.test.tsFile · 0.80
createRequestPromptFunction · 0.80
createRequestPromptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected