chore(ui): regen api

This commit is contained in:
psychedelicious
2023-05-30 15:56:50 +10:00
committed by Kent Keirsey
parent 33e5ed7180
commit 3afb6a387f
5 changed files with 79 additions and 3 deletions

View File

@ -49,6 +49,8 @@ export type { ImageOutput } from './models/ImageOutput';
export type { ImagePasteInvocation } from './models/ImagePasteInvocation';
export type { ImageProcessorInvocation } from './models/ImageProcessorInvocation';
export type { ImageRecordChanges } from './models/ImageRecordChanges';
export type { ImageResizeInvocation } from './models/ImageResizeInvocation';
export type { ImageScaleInvocation } from './models/ImageScaleInvocation';
export type { ImageToImageInvocation } from './models/ImageToImageInvocation';
export type { ImageToLatentsInvocation } from './models/ImageToLatentsInvocation';
export type { ImageUrlsDTO } from './models/ImageUrlsDTO';