UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

7 lines (6 loc) 182 B
declare class NexoCryptoException implements Error { readonly message: string; readonly name: string; constructor(message: string); } export default NexoCryptoException;