type PromiseOrValue<T> = T | Promise<T>; Defined in: aa-sdk/core/src/types.ts:27 Type Parameters Type ParameterT