Type Alias ComputedCallback<T>

ComputedCallback: (abort: AbortSignal) => Promise<T> | () => T

Type Parameters

  • T extends {} & { then?: void }