Skip to content

Commit d22fd32

Browse files
Mary Hippmaryhipp
authored andcommitted
typegen
1 parent 391e5b7 commit d22fd32

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19416,7 +19416,7 @@ export type components = {
1941619416
* Credits
1941719417
* @description The total credits used for this queue item
1941819418
*/
19419-
credits: number | null;
19419+
credits?: number | null;
1942019420
};
1942119421
/** SessionQueueStatus */
1942219422
SessionQueueStatus: {

0 commit comments

Comments
 (0)