We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ede8d commit 38107eaCopy full SHA for 38107ea
src/modules/cdn/index.ts
@@ -1,4 +1,4 @@
1
-import { PascalCasedProps } from './../../utils/index';
+import { PascalCasedProps } from './../../modules/interface';
2
import { ApiServiceType } from './../interface';
3
import { Capi } from '@tencent-sdk/capi';
4
import { sleep, waitResponse } from '@ygkit/request';
src/modules/cdn/utils.ts
@@ -1,5 +1,5 @@
import { CertInfo } from './interface';
import fs from 'fs';
5
import path from 'path';
0 commit comments