Skip to content

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

NameTypeDefined in
kind"output"packages/security/src/guardrails/types.ts:103

Type Parameters

Type ParameterDefault type
TValueunknown

Stable