UNPKG

@dmgt/google-ad-manager-api

Version:
7 lines (6 loc) 161 B
import { SelectStatement } from './SelectStatement'; /** select */ export interface Select { /** selectStatement */ selectStatement?: SelectStatement; }