UNPKG

graphdb-workbench

Version:
10 lines (9 loc) 215 B
export interface OperationStatusSummaryResponse { status: string; allRunningOperations: OperationResponse[]; } export interface OperationResponse { status: string; type: string; value: string; }