Skip to content

Commit 4136817

Browse files
chore(ui): typegen
1 parent 7f04521 commit 4136817

File tree

1 file changed

+5
-2
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+5
-2
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,8 +2455,11 @@ export type components = {
24552455
* Format: binary
24562456
*/
24572457
file: Blob;
2458-
/** @description The metadata to associate with the image */
2459-
metadata?: components["schemas"]["JsonValue"] | null;
2458+
/**
2459+
* Metadata
2460+
* @description The metadata to associate with the image
2461+
*/
2462+
metadata?: string | null;
24602463
};
24612464
/**
24622465
* Boolean Collection Primitive

0 commit comments

Comments
 (0)