mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
pref: member list (#4344)
* chore: search member new api * chore: permission * fix: ts error * fix: member modal
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user