UNPKG

@dmgt/google-ad-manager-api

Version:
11 lines (10 loc) 299 B
export declare 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; }