Skip to content

Documentation / @warp-drive/core / types/params / SerializablePrimitive

Type Alias: SerializablePrimitive

ts
type SerializablePrimitive = string | number | boolean | null;

Defined in: core/src/types/params.ts:1

Released under the MIT License.