/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface SpaceSidebarConfig { /** Used to set the order of workbooks in the sidebar. This will not affect workbooks that are pinned and workbooks that are not specified here will be sorted alphabetically. */ workbookSidebarOrder?: Flatfile.WorkbookId[]; }