pref: member list (#4344)

* chore: search member new api

* chore: permission

* fix: ts error

* fix: member modal
This commit is contained in:
Finley Ge
2025-03-26 22:10:03 +08:00
committed by archer
parent 484b87478c
commit 2ebb2ccc9c
15 changed files with 508 additions and 548 deletions

View File

@@ -1,9 +1,8 @@
// orgId, pathid, path === null ===> root org
export type postCreateOrgData = {
name: string;
description?: string;
avatar?: string;
path?: string;
orgId?: string;
};
export type putUpdateOrgMembersData = {