Interface SyncValue<T>

interface SyncValue<T> {
    value: T;
}

Type Parameters

  • T

Implemented by

Properties

Properties

value: T