Type alias MaybePromise<T>

MaybePromise<T>: Promise<T> | T

Maybe it's a promise. Maybe it's not. Who's to say.

Type Parameters

  • T

Generated using TypeDoc