Remove redundant comment
This commit is contained in:
parent
edfafa2c48
commit
4abee41e15
@ -9,6 +9,7 @@ export enum GeneratedCodeConfig {
|
||||
REACT_TAILWIND = "react_tailwind",
|
||||
BOOTSTRAP = "bootstrap",
|
||||
IONIC_TAILWIND = "ionic_tailwind",
|
||||
REACT_MUI_COMPONENT = "react_mui_component",
|
||||
}
|
||||
|
||||
export interface Settings {
|
||||
@ -34,7 +35,6 @@ export interface CodeGenerationParams {
|
||||
image: string;
|
||||
resultImage?: string;
|
||||
history?: string[];
|
||||
// isImageGenerationEnabled: boolean; // TODO: Merge with Settings type in types.ts
|
||||
}
|
||||
|
||||
export type FullGenerationSettings = CodeGenerationParams & Settings;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user