UNPKG

@niur/google-admanager-api

Version:
17 lines 436 B
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<CreativeReview>; //# sourceMappingURL=creativeReview.type.d.ts.map