/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * { * sheetId: "us_sh_YOUR_ID" * } */ export interface ListSnapshotRequest { /** * ID of sheet */ sheetId: Flatfile.SheetId; /** * ID of thread to filter snapshots by */ threadId?: string; }