import { ErrorCodes } from './enums/error-codes.enum'; export interface RequestOptions { body?: any; interpolateParamsForError?: any; ignoreNotifyErrorCodes?: ErrorCodes[]; ignoreNotifyStatusCodes?: number[]; responseType?: string; mediaType?: string; companyId?: number; }