Type alias MaybePromise<P>

MaybePromise<P>: P | Promise<P>

Utility type for a value that may or may not be a Promise

Type Parameters

  • P

Generated using TypeDoc