TypeString overview
A tuple of strings where the first element is a string representing the input type of a schema, and the second element is a string representing the output type of a schema. It can be overriden using the Annotate
schema.
Added in v2.0.0
Table of contents
Interpreters
deriveTypeString
Interprets a schema as a type string
Signature
export declare const deriveTypeString: Interpreter<SchemableLambda>
Added in v2.0.0
Model
TypeString (type alias)
Input / Output type strings for a schema
Signature
export type TypeString<I, O> = Const<readonly [string, string], readonly [I, O]>
Added in v2.0.0
URI
URI
Signature
export declare const URI: 'schemata-ts/TypeString'
Added in v2.0.0
URI (type alias)
Signature
export type URI = typeof URI
Added in v2.0.0