Skip to content
Sur cette page

Type alias: RevokeResult

RevokeResult: object

Type declaration

sealdIds

sealdIds: object

Of the form { 'sealdId': 'ok'|'ko' }.

Index signature

[sealdId: string]: "ok" | "ko"


unregisteredRecipients

unregisteredRecipients: object

Of the form { 'email@domain.com': 'ok'|'ko' } or {'AP/${userId}@${appId}': 'ok'|'ko' }

Index signature

[unregisteredUser: string]: "ok" | "ko"