UNPKG

@dmgt/google-ad-manager-api

Version:
12 lines (10 loc) 282 B
export enum Rval { COMPLETED = 'COMPLETED', IN_PROGRESS = 'IN_PROGRESS', FAILED = 'FAILED', } /** getReportJobStatusResponse */ export interface GetReportJobStatusResponse { /** ReportJobStatus|xsd:string|COMPLETED,IN_PROGRESS,FAILED */ rval?: Rval | keyof typeof Rval }