Project

General

Profile

1
export interface RealTimeExecution {
2
    status: string;
3
    receivedFiles: number;
4
  }
(34-34/50)