export default interface GetDiagnosticsRequest { location: string; retries?: number; retryInterval?: number; startTime?: string; stopTime?: string; }