/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * Flatfile.RunbookType.SheetTool * * @example * Flatfile.RunbookType.Preprocessing */ export type RunbookType = "SHEET_TOOL" | "PREPROCESSING"; export declare const RunbookType: { readonly SheetTool: "SHEET_TOOL"; readonly Preprocessing: "PREPROCESSING"; };