export interface IEndevorAsyncRequest {
    id: string;
    command: string;
    commandGroup: string;
    args: any[];
}
