Type alias OptionalPromise<T>

OptionalPromise<T>: T | Promise<T>

Optional promise type

Type Parameters

  • T