UNPKG

@dmgt/google-ad-manager-api

Version:
8 lines (6 loc) 206 B
import { ForecastAdjustment } from './ForecastAdjustment' /** updateForecastAdjustmentsResponse */ export interface UpdateForecastAdjustmentsResponse { /** rval[] */ rval?: Array<ForecastAdjustment> }