interface SerializedResult<T> {
    __serialized__: T;
}

Type Parameters

  • T

Properties

Properties

__serialized__: T