/**
* Describes the fields to be displayed in the GeneralJobsInfo table component.
* The accessors are relative to the IJob type.
*/import { STYLE_TYPE } from "../constants";
exportconst ERRORS_JOBS_INFO = [
{
header: "Errors",
accessor: "traceback",
type: STYLE_TYPE.CODE
}
];