UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

7 lines (6 loc) 241 B
/** * Describes the fields to be displayed in the GeneralJobsInfo table component. * The accessors are relative to the IJob type. */ import { IJobInfoTable } from "../types/types"; export declare const GENERAL_JOBS_INFO: IJobInfoTable[];