/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: [{ * id: "us_rtn_YOUR_ID", * runbookId: "us_rb_YOUR_ID", * name: "Split Address to Street, City, State, Zip", * config: { * "sourceSheetId": "us_sh_YOUR_ID", * "destinationSheetId": "us_sh_YOUR_ID", * "programId": "us_mp_YOUR_ID" * }, * ordinal: 1, * type: Flatfile.RoutineType.Job, * createdBy: "us_usr_YOUR_ID", * createdAt: "2024-12-05T00:00:00Z", * updatedAt: "2024-12-05T00:00:00Z" * }] * } */ export interface RoutinesResponse { data: Flatfile.Routine[]; }