Skip to content

Type Alias: AuthorizeRecipientResult

AuthorizeRecipientResult: { addedHairlessRecipients: {}; addedRecipients: {}; proxySessions: {}; }

Type declaration

addedHairlessRecipients

addedHairlessRecipients: {}

Index Signature

[key: string]: { already_recipient: boolean; already_seald: boolean; error: { code: string; id: string; }; status: number; }

addedRecipients

addedRecipients: {}

Index Signature

[key: string]: { error: null | { code: string; id: string; }; status: number; }

proxySessions

proxySessions: {}

Index Signature

[key: string]: { rights: UserRights; }