Type Alias MaybeAsync<T>

MaybeAsync: T | PromiseLike<T>

A synchronous or asynchronous return type

Type Parameters

  • T