fix(ui): typegen schema sync

This commit is contained in:
psychedelicious
2025-10-10 23:03:27 +11:00
parent fc10db40d0
commit 644bb98476

View File

@@ -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;
/**