chore(ui): typegen

This commit is contained in:
psychedelicious
2025-03-07 08:56:16 +10:00
parent 4136817d30
commit f03a2bf03f

View File

@@ -2457,7 +2457,7 @@ export type components = {
file: Blob; file: Blob;
/** /**
* Metadata * Metadata
* @description The metadata to associate with the image * @description The metadata to associate with the image, must be a stringified JSON dict
*/ */
metadata?: string | null; metadata?: string | null;
}; };