UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

9 lines (8 loc) 159 B
export interface Log { logLevel: string; message: string; jobId?: string; stepId?: string; createdDate?: Date; createdUser?: string; }