Skip to content

Documents for @litert/jwt / Types / IJsonFieldValue

Type Alias: IJsonFieldValue

IJsonFieldValue = string | number | boolean | null | IJsonFieldValue[] | {[key: string]: IJsonFieldValue; }

Defined in: src/lib/Types.ts:24

The type of the JSON field value, which can be a string, number, boolean, null, an array of JSON field values, or an object with string keys and JSON field values.