import { PageResult } from '../../../common/types'; export declare type CreativeReview = { /** * This attribute is read-only. */ id: string; /** * This attribute is read-only. */ reviewableUrl: string; /** * This attribute is read-only. */ impressions: number; }; export declare type CreativeReviewPage = PageResult; //# sourceMappingURL=creativeReview.type.d.ts.map