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 GitHub
parent 097bb97417
commit 95ffd710aa
15 changed files with 479 additions and 517 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 = {