From f03a2bf03f13fe63b47fd8ea5f4ff80038c18ec4 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:56:16 +1000 Subject: [PATCH] chore(ui): typegen --- invokeai/frontend/web/src/services/api/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index f82a098e95..59efc63471 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -2457,7 +2457,7 @@ export type components = { file: Blob; /** * 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; };