Type alias PromiseOr<T>

PromiseOr<T>: T | Promise<T>

Type Parameters

  • T

Generated using TypeDoc