Fix/upload document limit (#1033)

This commit is contained in:
zxhlyh 2023-08-28 10:53:45 +08:00 committed by GitHub
commit a7415ecfd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 57 additions and 12 deletions

View file

@ -173,3 +173,8 @@ export type FileUploadConfigResponse = {
file_size_limit: number
batch_count_limit: number
}
export type DocumentsLimitResponse = {
documents_count: number
documents_limit: number
}