export type WorkspaceConfiguration = { /** * Id of the wallpaper collection to use in this workspace.\ * If not set, the monitor's wallpaper collection will be used. */ wallpaperCollection: string | null; }; //# sourceMappingURL=WorkspaceConfiguration.d.ts.map