VideoAdInventoryControl
import type { VideoAdInventoryControl } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
The video ad inventory control used in certain YouTube line item types.
interface VideoAdInventoryControl {
allowInFeed?: boolean;
allowInStream?: boolean;
allowShorts?: boolean;
}