@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.
| 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.) |