import { Args } from "../.."

export interface Notice {
  initBase(args: any): void,
  imLogin(args: any): void,
}

export default Notice;
