/** * This file was auto-generated by Fern from our API Definition. */ export type CanvasAreaType = "mapping" | "header" | "agent" | "form" | "sheet" | "sheets" | "workbook" | "document" | "file" | "iframe"; export declare const CanvasAreaType: { readonly Mapping: "mapping"; readonly Header: "header"; readonly Agent: "agent"; readonly Form: "form"; readonly Sheet: "sheet"; readonly Sheets: "sheets"; readonly Workbook: "workbook"; readonly Document: "document"; readonly File: "file"; readonly Iframe: "iframe"; };