- export interface WorkbenchContextResult {
- workbenchName: string;
- workbenchType: string;
- }
- declare function getWorkbenchContext(): Promise<WorkbenchContextResult>;
- declare namespace getWorkbenchContext {
- var version: {
- android: string;
- ios: string;
- };
- }
- export default getWorkbenchContext;
|