Fix/upload document limit (#1033)
This commit is contained in:
parent
934def5fcc
commit
a7415ecfd8
8 changed files with 57 additions and 12 deletions
|
|
@ -173,3 +173,8 @@ export type FileUploadConfigResponse = {
|
|||
file_size_limit: number
|
||||
batch_count_limit: number
|
||||
}
|
||||
|
||||
export type DocumentsLimitResponse = {
|
||||
documents_count: number
|
||||
documents_limit: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue