mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: moving space constants to package
This commit is contained in:
7
packages/types/src/state.d.ts
vendored
7
packages/types/src/state.d.ts
vendored
@@ -1,11 +1,6 @@
|
||||
import { IProject, IProjectLite, IWorkspaceLite } from "@plane/types";
|
||||
|
||||
export type TStateGroups =
|
||||
| "backlog"
|
||||
| "unstarted"
|
||||
| "started"
|
||||
| "completed"
|
||||
| "cancelled";
|
||||
export type TStateGroups = "backlog" | "unstarted" | "started" | "completed" | "cancelled";
|
||||
|
||||
export interface IState {
|
||||
readonly id: string;
|
||||
|
||||
Reference in New Issue
Block a user