Skip to content

Commit 2f6f853

Browse files
committedJul 9, 2021
import changes
1 parent 3864908 commit 2f6f853

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+244
-202
lines changed
 

‎api/accountApi.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="node" />
2-
import http = require('http');
2+
import http from 'http';
33
import { GetAccount } from '../model/getAccount';
44
import { Authentication, Interceptor } from '../model/models';
55
import { ApiKeyAuth } from '../model/models';

‎api/accountApi.js

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.