АРХ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: managedBy policy Launcher
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
export type ClientType = "company" | "person";
|
||||
export type ClientStatus = "active" | "suspended" | "demo" | "expired";
|
||||
export type TaskManagerWorkspaceManagedBy = "launcher" | "tasker";
|
||||
|
||||
export interface ClientTaskManagerWorkspaceBinding {
|
||||
slug: string;
|
||||
name?: string | null;
|
||||
isPrimary?: boolean;
|
||||
managedBy?: TaskManagerWorkspaceManagedBy;
|
||||
}
|
||||
|
||||
export interface Client {
|
||||
|
||||
Reference in New Issue
Block a user