Interface ResponseNotification

interface ResponseNotification {
    error: string;
    nonce: string;
    type: string;
}

Properties

Properties

error: string
nonce: string
type: string