UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://github.com/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bun

11 lines (10 loc) 285 B
declare type ApiAdapterOptions = { axiosOptions?: any; isEncrypted?: boolean; includesFile?: boolean; disableVerification?: boolean; disableAuthentication?: boolean; disableSigning?: boolean; skipSessionCheck?: boolean; }; export default ApiAdapterOptions;