Type alias Primitive

Primitive: string | number | boolean | Buffer | ArrayBuffer | JsonArray | JsonObject

Primitive types that can be stored in collection types. Includes JSON-serializable data so that maps and lists can hold plain JS values.

Generated using TypeDoc