Fix/upload document limit (#1033)

This commit is contained in:
zxhlyh
2023-08-28 10:53:45 +08:00
committed by GitHub
parent 934def5fcc
commit a7415ecfd8
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
}