10
packages/global/support/user/team/org/api.d.ts
vendored
10
packages/global/support/user/team/org/api.d.ts
vendored
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user