// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * Options for the `saveWorkspace()` method. */ export type SaveWorkspaceOptions = { /** * When `true`, the emitted `palette` is the full set the element * holds rather than only the values the panels reference. */ full_palette?: boolean, };