Remove unused code (#15290)

This commit is contained in:
Tommaso Sciortino
2025-12-18 15:04:29 -08:00
committed by GitHub
parent 2515b89e2b
commit edab97997a
6 changed files with 4 additions and 22 deletions

View File

@@ -1938,9 +1938,3 @@ type InferSettings<T extends SettingsSchema> = {
};
export type Settings = InferSettings<SettingsSchemaType>;
export interface FooterSettings {
hideCWD?: boolean;
hideSandboxStatus?: boolean;
hideModelInfo?: boolean;
}