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