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