chore: add single upload limit

This commit is contained in:
Zack Fu Zi Xiang 2024-08-23 13:54:01 +08:00
parent 50e6a41513
commit 3cd1ff66f4
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ pub struct WorkspaceUsageAndLimit {
pub storage_bytes: i64,
pub storage_bytes_limit: i64,
pub storage_bytes_unlimited: bool,
pub single_upload_limit: i64,
pub single_upload_unlimited: bool,
pub ai_responses_count: i64,
pub ai_responses_count_limit: i64,