Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: SchemaTypeMap

SchemaTypeMap: object

Describes the mapping of a value type name to a type.

Type declaration

array

array: any[]

The array.

boolean

boolean: boolean

The boolean.

date

date: Date

The date.

enum

enum: any

The enumeration.

number

number: number

The number.

object

object: object

The object.

string

string: string

The string.

time

time: string

The time.