Outlook_Addin_LLM/node_modules/office-addin-debugging/lib/commands.d.ts

4 lines
291 B
TypeScript

import * as commander from "commander";
export declare function start(manifestPath: string, platform: string | undefined, command: commander.Command): Promise<void>;
export declare function stop(manifestPath: string, platform: string | undefined, command: commander.Command): Promise<void>;