MaybeAsync<T>: Promise<T> | T

Alias for a type that is either a value or a promise that resolves to the value

Type Parameters

  • T

Generated using TypeDoc