/** * This is auto-generated file, don't modify this file manually */ export interface AdsTargSuggestionsRegions { /** * Object ID */ id?: number; /** * Object name */ name?: string; /** * Object type */ type?: string; }