mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): typegen schema sync
This commit is contained in:
@@ -7204,7 +7204,7 @@ export type components = {
|
||||
/**
|
||||
* Use Cache
|
||||
* @description Whether or not to use the cache
|
||||
* @default true
|
||||
* @default false
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
@@ -20477,7 +20477,7 @@ export type components = {
|
||||
/**
|
||||
* Use Cache
|
||||
* @description Whether or not to use the cache
|
||||
* @default true
|
||||
* @default false
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
@@ -20524,7 +20524,7 @@ export type components = {
|
||||
/**
|
||||
* Use Cache
|
||||
* @description Whether or not to use the cache
|
||||
* @default true
|
||||
* @default false
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
@@ -20565,7 +20565,7 @@ export type components = {
|
||||
/**
|
||||
* Use Cache
|
||||
* @description Whether or not to use the cache
|
||||
* @default true
|
||||
* @default false
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
@@ -21656,7 +21656,7 @@ export type components = {
|
||||
/**
|
||||
* Use Cache
|
||||
* @description Whether or not to use the cache
|
||||
* @default true
|
||||
* @default false
|
||||
*/
|
||||
use_cache?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user