feat: remove documents limit (#1697)

This commit is contained in:
zxhlyh 2023-12-05 16:53:40 +08:00 committed by GitHub
commit cb3a55dae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 42 deletions

View file

@ -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