Release package version 0.0.5
Some checks failed
CI / build (push) Failing after 26s

Update models
This commit is contained in:
Andrey Kernichniy 2026-03-15 01:24:29 +07:00
parent 5f2ce822fc
commit 19c5dc67b9
12 changed files with 64 additions and 50 deletions

View file

@ -0,0 +1,7 @@
export interface ISelectableObject {
isSelected: boolean;
}
export interface IVisibleObject {
isVisible: boolean;
}