diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 9202745..236116a 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -34,6 +34,7 @@ export interface CodeGenerationParams { image: string; resultImage?: string; history?: string[]; + isImportedFromCode?: boolean; } export type FullGenerationSettings = CodeGenerationParams & Settings;