UNPKG

fido-nordigen-node

Version:

Nordigen fido-rent (modified from official) API client for Node.js

7 lines 168 B
export class HttpMethod { static GET: string; static POST: string; static PUT: string; static DELETE: string; } //# sourceMappingURL=httpMethod.d.ts.map