update to include new settings
This commit is contained in:
parent
7edea28eab
commit
89c716f759
@ -34,6 +34,7 @@ export interface CodeGenerationParams {
|
||||
image: string;
|
||||
resultImage?: string;
|
||||
history?: string[];
|
||||
isImportedFromCode?: boolean;
|
||||
}
|
||||
|
||||
export type FullGenerationSettings = CodeGenerationParams & Settings;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user