fix types
This commit is contained in:
parent
9f0c3b530f
commit
f4705f23a7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Database, Tables, TablesInsert, TablesUpdate } from "./database.types";
|
||||
import { RemoveNullFromObject } from "./utils";
|
||||
import type { Database, Tables, TablesInsert, TablesUpdate } from "./database.types.js";
|
||||
import type { RemoveNullFromObject } from "./utils.js";
|
||||
|
||||
export type TaskStatus = "todo" | "in_progress" | "in_review" | "done";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue