chore(ui): typegen

This commit is contained in:
psychedelicious
2025-01-14 11:35:46 +11:00
parent 7ee51f3e14
commit 2e4110a29a

View File

@@ -6460,6 +6460,12 @@ export type components = {
* @default true
*/
use_cache?: boolean;
/**
* Link Id
* @description The zipped data ID
* @default
*/
link_id?: string;
/**
* Floats
* @description The floats to batch over
@@ -8397,6 +8403,12 @@ export type components = {
* @default true
*/
use_cache?: boolean;
/**
* Link Id
* @description The zipped data ID
* @default
*/
link_id?: string;
/**
* Images
* @description The images to batch over
@@ -10092,6 +10104,12 @@ export type components = {
* @default true
*/
use_cache?: boolean;
/**
* Link Id
* @description The zipped data ID
* @default
*/
link_id?: string;
/**
* Integers
* @description The integers to batch over
@@ -17174,6 +17192,12 @@ export type components = {
* @default true
*/
use_cache?: boolean;
/**
* Link Id
* @description The zipped data ID
* @default
*/
link_id?: string;
/**
* Strings
* @description The strings to batch over