We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f907d42 commit 936d857Copy full SHA for 936d857
dist/js/entity/mixins/TaggableMixin.d.ts
@@ -1,4 +1,4 @@
1
-import type { Constructor } from "src/js/utils/types";
+import type { Constructor } from "../../utils/types";
2
import type { InMemoryEntity, InMemoryEntityConstructor } from "../in_memory";
3
export declare function taggableMixin(item: InMemoryEntity): {
4
setTags(array: string[]): void;
src/js/entity/mixins/TaggableMixin.ts
@@ -1,6 +1,6 @@
import type { EntityTagsSchema } from "@mat3ra/esse/dist/js/types";
5
6
function schemaMixin(item: InMemoryEntity) {
0 commit comments