mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
feat: remove documents limit (#1697)
This commit is contained in:
@@ -179,11 +179,6 @@ export type FileUploadConfigResponse = {
|
||||
image_file_size_limit?: number | string
|
||||
}
|
||||
|
||||
export type DocumentsLimitResponse = {
|
||||
documents_count: number
|
||||
documents_limit: number
|
||||
}
|
||||
|
||||
export type InvitationResult = {
|
||||
status: 'success'
|
||||
email: string
|
||||
|
||||
Reference in New Issue
Block a user