mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 11:55:07 +00:00
Fixed the duplicate data check problem, history filter and add tts stream (#477)
This commit is contained in:
1
packages/global/core/app/type.d.ts
vendored
1
packages/global/core/app/type.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
import { ModuleItemType } from '../module/type';
|
||||
import { AppTypeEnum } from './constants';
|
||||
import { PermissionTypeEnum } from '../../support/permission/constant';
|
||||
import { Text2SpeechVoiceEnum } from '../ai/speech/constant';
|
||||
|
||||
export interface AppSchema {
|
||||
_id: string;
|
||||
|
Reference in New Issue
Block a user