MaybePromise<T> Type Alias
MaybePromise = T | Promise<T>
A type that is either T or Promise<T>.
Defined in
- core/bentley/src/UtilityTypes.ts Line 104
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.