UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

8 lines 290 B
import { type Describe } from "superstruct"; import type { LineItem } from "./lineItem.type"; /** * Represents a LineItem struct * Can be used to validate and parse LineItem objects */ export declare const LineItemStruct: Describe<LineItem>; //# sourceMappingURL=lineItem.struct.d.ts.map