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 120
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.