chore(ui): lint

This commit is contained in:
psychedelicious
2025-07-07 19:17:29 +10:00
parent e129525306
commit f2eee4a82d

View File

@@ -38,7 +38,6 @@ export type ImageDTO = S['ImageDTO'];
export type BoardDTO = S['BoardDTO'];
export type ImageCategory = S['ImageCategory'];
export type OffsetPaginatedResults_ImageDTO_ = S['OffsetPaginatedResults_ImageDTO_'];
export type GetImageNamesArg = NonNullable<paths['/api/v1/images/names']['get']['parameters']['query']>;
// Models
export type ModelType = S['ModelType'];