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

17 lines (16 loc) 466 B
import ApiAdapter from "../ApiAdapter"; import ApiEndpointInterface from "../Interfaces/ApiEndpointInterface"; import Session from "../Session"; export default class SandboxUser implements ApiEndpointInterface { ApiAdapter: ApiAdapter; Session: Session; /** * @param {ApiAdapter} ApiAdapter */ constructor(ApiAdapter: ApiAdapter); /** * @param options * @returns {Promise<{}>} */ post(options?: any): Promise<any>; }