@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
17 lines • 425 B
TypeScript
import type { PageResult } from "../../../common/types";
export type CreativeReview = {
/**
* This attribute is read-only.
*/
id: string;
/**
* This attribute is read-only.
*/
reviewableUrl: string;
/**
* This attribute is read-only.
*/
impressions: number;
};
export type CreativeReviewPage = PageResult<CreativeReview>;
//# sourceMappingURL=creativeReview.type.d.ts.map