Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Apr 1, 2024
1 parent 3da308b commit d99c5e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/types/document.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Nullable } from "./common";
import { Org, User } from "./orgAndUser";
import { Project } from "./project";
import type { Nullable } from "./common";
import type { Org, User } from "./orgAndUser";
import type { Project } from "./project";

export type DocumentAccess = "public" | "organization" | "private";

Expand Down

0 comments on commit d99c5e2

Please sign in to comment.