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