Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / OutputGuardrail
Type Alias: OutputGuardrail<TValue>
ts
type OutputGuardrail<TValue> = GuardrailDefinition<TValue> & {
kind: "output";
};Defined in: packages/security/src/guardrails/types.ts:102
Output guardrail discriminator.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
kind | "output" | packages/security/src/guardrails/types.ts:103 |
Type Parameters
| Type Parameter | Default type |
|---|---|
TValue | unknown |