chore(utils): consolidate type utils

This commit is contained in:
DecDuck
2024-11-06 11:49:08 +11:00
parent f2e018277b
commit adb4b7381e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { FilterConditionally } from "./typefilter";
import { FilterConditionally } from "./types";
interface PriorityTagged<T> {
object: T,