UNPKG

mtl-js-sdk

Version:

9 lines (6 loc) 165 B
import { Args } from "../.." export interface AppCenter { getAccessToken(args: Args): void, findApplicationData(args: Args): void, } export default AppCenter;