/** * This file was auto-generated by Fern from our API Definition. */ /** * Properties used to upgrade a space * * @example * { * id: "us_sp_YOUR_ID" * } */ export interface UpgradeSpaceConfig { id: string; }