mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-25 07:12:58 +00:00
Added Tag Presets, popup editor for them, implemented presets image edit
This commit is contained in:
4
src/app.d.ts
vendored
4
src/app.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
import TaggingProfile from "$entities/TaggingProfile";
|
||||
import type TaggingProfile from "$entities/TaggingProfile";
|
||||
import type TagGroup from "$entities/TagGroup";
|
||||
import type TagEditorPreset from "$entities/TagEditorPreset";
|
||||
|
||||
declare global {
|
||||
/**
|
||||
@@ -39,6 +40,7 @@ declare global {
|
||||
interface EntityNamesMap {
|
||||
profiles: TaggingProfile;
|
||||
groups: TagGroup;
|
||||
presets: TagEditorPreset;
|
||||
}
|
||||
|
||||
interface ImageURIs {
|
||||
|
||||
Reference in New Issue
Block a user