/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * { * sheetId: "us_sh_YOUR_ID", * parentVersionId: "us_vr_YOUR_ID" * } */ export interface VersionsPostRequestBody { /** The ID of the Sheet. */ sheetId?: Flatfile.SheetId; /** Deprecated, creating or updating a group of records together will automatically generate a commitId to group those record changes together. */ parentVersionId?: Flatfile.VersionId; }