UNPKG

@wdp-api/wim-api

Version:

51WORLD WIM Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate WIM into their own applications.

6 lines (5 loc) 365 B
import { IFloodEntityAtomType } from '../interface/flood'; declare class FloodController { static extendsCore(extendsClass: new (obj: Record<string, any>, ObjectClass?: new (opt?: IFloodEntityAtomType) => ExtendsObject) => ExtendsClass, extendsObjects: new () => ExtendsObject): new (obj: Record<string, any>) => ExtendsClass; } export default FloodController;