mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
4
packages/global/support/user/audit/type.d.ts
vendored
4
packages/global/support/user/audit/type.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import type { SourceMemberType } from '../user/type';
|
||||
import type { AuditEventEnum } from './constants';
|
||||
|
||||
export type OperationLogSchema = {
|
||||
export type TeamAuditSchemaType = {
|
||||
_id: string;
|
||||
tmbId: string;
|
||||
teamId: string;
|
||||
@@ -10,7 +10,7 @@ export type OperationLogSchema = {
|
||||
metadata?: Record<string, string>;
|
||||
};
|
||||
|
||||
export type OperationListItemType = {
|
||||
export type TeamAuditListItemType = {
|
||||
_id: string;
|
||||
sourceMember: SourceMemberType;
|
||||
event: `${AuditEventEnum}`;
|
||||
|
||||
Reference in New Issue
Block a user