chore(ui): regen types

This commit is contained in:
psychedelicious 2023-11-16 11:21:28 +11:00
parent 5cb3fdb64c
commit c9655236cc
2 changed files with 1007 additions and 108 deletions

File diff suppressed because one or more lines are too long

View File

@ -48,9 +48,11 @@ export type OffsetPaginatedResults_ImageDTO_ =
s['OffsetPaginatedResults_ImageDTO_'];
// Models
export type ModelType = s['ModelType'];
export type ModelType =
s['invokeai__backend__model_management__models__base__ModelType'];
export type SubModelType = s['SubModelType'];
export type BaseModelType = s['BaseModelType'];
export type BaseModelType =
s['invokeai__backend__model_management__models__base__BaseModelType'];
export type MainModelField = s['MainModelField'];
export type OnnxModelField = s['OnnxModelField'];
export type VAEModelField = s['VAEModelField'];
@ -58,7 +60,7 @@ export type LoRAModelField = s['LoRAModelField'];
export type ControlNetModelField = s['ControlNetModelField'];
export type IPAdapterModelField = s['IPAdapterModelField'];
export type T2IAdapterModelField = s['T2IAdapterModelField'];
export type ModelsList = s['ModelsList'];
export type ModelsList = s['invokeai__app__api__routers__models__ModelsList'];
export type ControlField = s['ControlField'];
export type IPAdapterField = s['IPAdapterField'];