/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * { * workbookId: "us_wb_YOUR_ID" * } */ export interface ListSheetsRequest { /** * ID of workbook */ workbookId: Flatfile.WorkbookId; }