/** * Authorization state of other contacts. */ export enum AuthorizationState { /** * The other contact sent an invite to the current user that the current user hasn't accepted yet. */ PendingIncoming, }