chore: typings/plugin.d.ts
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
import { BaseUpload, MODETYPE } from './upload';
|
||||||
|
type AnyString = string & {};
|
||||||
|
/**
|
||||||
|
* 插件类型声明
|
||||||
|
*/
|
||||||
|
interface PluginMap {
|
||||||
|
upload: BaseUpload;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user