/** * This is auto-generated file, don't modify this file manually */ export interface AdsClipItemLink { /** * Text */ text?: string; /** * Key */ key?: string; /** * Url */ url?: string; }