perf: Team org ui (#3499)

* perf: org ui

* perf: org ui
This commit is contained in:
Archer
2024-12-30 20:49:11 +08:00
committed by archer
parent 1fc77a126a
commit efecfd44c3
21 changed files with 505 additions and 563 deletions

View File

@@ -20,15 +20,9 @@ export type putUpdateOrgData = {
description?: string;
};
export type putMoveOrgData = {
export type putMoveOrgType = {
orgId: string;
parentId: string;
};
export type putMoveOrgMemberData = {
orgId: string;
tmbId: string;
newOrgId: string;
targetOrgId: string;
};
// type putChnageOrgOwnerData = {