Skip to content

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

Type Alias: Serializable

ts
type Serializable = 
  | SerializablePrimitive
  | SerializablePrimitive[];

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

Released under the MIT License.