mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +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