Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / RegistryEntry
Type Alias: RegistryEntry<TInput, TOutput, TDeps>
ts
type RegistryEntry<TInput, TOutput, TDeps> = ResolvedTool<TInput, TOutput, TDeps>;Defined in: packages/tools/src/registry/types.ts:119
Public entry inserted into the registry. Mirrors the canonical ResolvedTool shape — every consumer reads from this single record shape regardless of registration source.
Type Parameters
| Type Parameter | Default type |
|---|---|
TInput | unknown |
TOutput | unknown |
TDeps | unknown |