@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
17 lines • 436 B
TypeScript
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