UNPKG

@bunq-community/bunq-js-client

Version:

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

13 lines (12 loc) 420 B
import ApiAdapter from "../ApiAdapter"; import Session from "../Session"; import ApiEndpointInterface from "../Interfaces/ApiEndpointInterface"; export default class Avatar implements ApiEndpointInterface { ApiAdapter: ApiAdapter; Session: Session; /** * @param {ApiAdapter} ApiAdapter */ constructor(ApiAdapter: ApiAdapter); post(attachmentUuid: string, options?: any): Promise<string>; }