UNPKG

@dmgt/google-ad-manager-api

Version:
8 lines (6 loc) 178 B
import { Rval } from './Rval' /** getSegmentPopulationResultsByIdsResponse */ export interface GetSegmentPopulationResultsByIdsResponse { /** rval[] */ rval?: Array<Rval> }