UNPKG

mtl-js-sdk

Version:

9 lines (6 loc) 139 B
import { Args } from "../.." export interface Notice { initBase(args: any): void, imLogin(args: any): void, } export default Notice;