mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Updated viewer to receive all the image URLs and apply selected size
This commit is contained in:
7
src/app.d.ts
vendored
7
src/app.d.ts
vendored
@@ -25,6 +25,13 @@ declare global {
|
||||
interface EntityNamesMap {
|
||||
profiles: MaintenanceProfile;
|
||||
}
|
||||
|
||||
interface ImageURIs {
|
||||
full: string;
|
||||
large: string;
|
||||
medium: string;
|
||||
small: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user