* Return the name of the JSON object target type in the schema.
()
| 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 |
no outgoing calls
no test coverage detected