@typia/interface
v12.0.2
Published
Superfast runtime validators with only one line
Downloads
97,805
Maintainers
Readme
@typia/interface

Shared type definitions and interfaces for the typia ecosystem.
This is an internal package of typia. You don't need to install it directly — it is automatically included as a dependency of typia.
Key Interfaces
| Module | Description |
|--------|-------------|
| ILlmApplication | LLM function calling application schema |
| ILlmController | Class-based LLM controller |
| ILlmSchema | LLM schema definition |
| IJsonSchemaCollection | JSON Schema collection |
| IValidation | Validation result (success/failure with errors) |
| IHttpLlmApplication | HTTP-based LLM application schema |
| IHttpLlmController | HTTP-based LLM controller |
| IHttpConnection | API connection configuration |
| tags | Decorator tags (Format, Minimum, Maximum, Pattern, etc.) |
