Type alias SerializedObject<S>

SerializedObject<S>: {
    [_: string]: S;
}

A class that is serialized to and json, that can be constructed back to the original class in the worker or in the main thread

Type Parameters

Type declaration

  • [_: string]: S