/** * This file was auto-generated by Fern from our API Definition. */ export interface JobOutcomeNextView { sheetId: string; /** An array of field keys from the sheet */ hiddenColumns: string[]; label?: string; }