UpdateAction enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This API may change without a BREAKING CHANGE notice.
Represents the actions (add or remove) that can be taken on a recipient did
Signature:
export declare enum UpdateAction
Enumeration Members
| Member | Value | Description |
|---|---|---|
| ADD | "add" | (BETA) |
| REMOVE | "remove" | (BETA) |