mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
Permission (#1687)
Co-authored-by: Archer <545436317@qq.com> Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
This commit is contained in:
9
packages/global/support/permission/collaborator.d.ts
vendored
Normal file
9
packages/global/support/permission/collaborator.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PermissionValueType } from './type';
|
||||
|
||||
export type CollaboratorItemType = {
|
||||
teamId: string;
|
||||
tmbId: string;
|
||||
permission: PermissionValueType;
|
||||
name: string;
|
||||
avatar: string;
|
||||
};
|
Reference in New Issue
Block a user