/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface AnalysisData { id: Flatfile.AnalysisId; environmentId: Flatfile.EnvironmentId; accountId: Flatfile.AccountId; spaceId: Flatfile.SpaceId; workbookId: Flatfile.WorkbookId; sheetId: Flatfile.SheetId; field: string; result?: any; createdAt: Date; updatedAt: Date; }