/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403ReportNotAvailable = { /** * report.invalid */ errorCode: string; /** * Unsupported report type. */ message: string; /** * 403 */ statusCode: number; }