UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

11 lines (10 loc) 634 B
export interface EsriWorkflowModelsRestJobStatisticsQuery { q?: string | null; search?: string | null; groupBy?: string | null; spatialExtent?: string | null; hasLocation?: boolean | null; } export declare function EsriWorkflowModelsRestJobStatisticsQueryFromJSON(json: any): EsriWorkflowModelsRestJobStatisticsQuery; export declare function EsriWorkflowModelsRestJobStatisticsQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowModelsRestJobStatisticsQuery; export declare function EsriWorkflowModelsRestJobStatisticsQueryToJSON(value?: EsriWorkflowModelsRestJobStatisticsQuery | null): any;