/**
* 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 OUTPUTS_JOBS_INFO = [
{
header: "Products",
accessor: "products",
type: STYLE_TYPE.URL
}
];