PickSyncMethods<T> Type Alias
PickSyncMethods = Omit<PickMethods<T>, AsyncMethodsOf<T>>
The members of T
that are functions that do not return a Promise
Defined in
- core/bentley/src/UtilityTypes.ts Line 119
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.