UNPKG

@arc-publishing/sdk-identity

Version:
6 lines (5 loc) 480 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; export default function requestDeleteAccount(): Promise<object | APIErrorResponse>; export declare function approveDeleteAccount(nonce: string): Promise<object | APIErrorResponse>; export type DeclineDeleteReason = 'MISTAKE' | 'CHANGED_MIND' | 'OTHER' | 'DID_NOT_REQUEST_DELETION '; export declare function declineDeleteAccount(nonce: string, reason: DeclineDeleteReason): Promise<object | APIErrorResponse>;