Type alias VerificationEventHandlerMap

VerificationEventHandlerMap: {
    cancel: ((e: Error | MatrixEvent) => void);
}

Type declaration

Generated using TypeDoc