function resolveProperties<T>(object): Promise<T>;Defined in: aa-sdk/core/src/utils/index.ts:37
Await all of the properties of a Deferrable object
| Type Parameter |
|---|
|
| Parameter | Type | Description |
|---|---|---|
|
| a Deferrable object |
Promise<T>
the object with its properties resolved