/ src / lib / shared / command-execution.ts
command-execution.ts
1  export interface CommandExecutionTextResult {
2    text: string
3    provider: string
4    mocked: boolean
5  }