Type Alias SerializedValue<T>

SerializedValue<T>: T & {
    topicId: string;
}

Type Parameters

  • T