评价打分
This commit is contained in:
5
src/typings.d.ts
vendored
5
src/typings.d.ts
vendored
@ -11,7 +11,9 @@ declare module '*.gif';
|
||||
declare module '*.bmp';
|
||||
declare module '*.tiff';
|
||||
declare module 'omit.js';
|
||||
|
||||
declare module 'file-saver' {
|
||||
export function saveAs(data: Blob | File | string, filename?: string, options?: object): void;
|
||||
}
|
||||
// google analytics interface
|
||||
interface GAFieldsObject {
|
||||
eventCategory: string;
|
||||
@ -43,6 +45,7 @@ declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false;
|
||||
|
||||
declare const REQUEST_BASE: string;
|
||||
declare const UPLOAD_URL: string;
|
||||
declare const SERVER_BASE: string;
|
||||
|
||||
declare namespace API {
|
||||
// ... 其他类型定义
|
||||
|
Reference in New Issue
Block a user