mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 19:45:10 -05:00
chore(ui): typegen
This commit is contained in:
@@ -19799,13 +19799,20 @@ export type components = {
|
||||
/** Dependencies */
|
||||
dependencies?: components["schemas"]["StarterModelWithoutDependencies"][] | null;
|
||||
};
|
||||
/** StarterModelBundle */
|
||||
StarterModelBundle: {
|
||||
/** Name */
|
||||
name: string;
|
||||
/** Models */
|
||||
models: components["schemas"]["StarterModel"][];
|
||||
};
|
||||
/** StarterModelResponse */
|
||||
StarterModelResponse: {
|
||||
/** Starter Models */
|
||||
starter_models: components["schemas"]["StarterModel"][];
|
||||
/** Starter Bundles */
|
||||
starter_bundles: {
|
||||
[key: string]: components["schemas"]["StarterModel"][];
|
||||
[key: string]: components["schemas"]["StarterModelBundle"];
|
||||
};
|
||||
};
|
||||
/** StarterModelWithoutDependencies */
|
||||
|
||||
Reference in New Issue
Block a user