Type Alias AsyncValue<T>

AsyncValue<T>: {
    fetch: AsyncOp;
    value: T;
}

Type Parameters

  • T