Type Alias SerializableValue

SerializableValue:
    | string
    | number
    | boolean
    | null
    | object

Values that can be serialized and sent using IPC. Note that this is not completely typesafe.