/** * This is auto-generated file, don't modify this file manually */ export interface AdsTargetGroupTargetPixelRule { url_full_match?: string; event_full_match?: string; url_substrings_match?: string[]; event_substrings_match?: string[]; url_regex_match?: string; event_regex_match?: string; }