UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

7 lines (6 loc) 196 B
/** * Describes the fields to be displayed in the MetricsJobsInfo table component. * */ import { IJobInfoTable } from "../types/types"; export declare const METRICS_JOBS_INFO: IJobInfoTable[];