We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129525 commit f2eee4aCopy full SHA for f2eee4a
invokeai/frontend/web/src/services/api/types.ts
@@ -38,7 +38,6 @@ export type ImageDTO = S['ImageDTO'];
38
export type BoardDTO = S['BoardDTO'];
39
export type ImageCategory = S['ImageCategory'];
40
export type OffsetPaginatedResults_ImageDTO_ = S['OffsetPaginatedResults_ImageDTO_'];
41
-export type GetImageNamesArg = NonNullable<paths['/api/v1/images/names']['get']['parameters']['query']>;
42
43
// Models
44
export type ModelType = S['ModelType'];
0 commit comments