UNPKG

@holajs/plugin-platform-gmump

Version:

GMU小程序平台插件

14 lines (13 loc) 254 B
/** */ export interface GmuConfig { extApi?: Array<ExtApiConfig>; [key: string]: any; } export interface ExtApiConfig { module: string; name: string; isSync?: boolean; params?: { [key: string]: any; }; }