2
0

🛂 (billing) Update claimable custom plan options

This commit is contained in:
Baptiste Arnaud
2023-04-28 10:55:15 +02:00
parent 5845e1cb8c
commit 458d715648
8 changed files with 211 additions and 69 deletions

View File

@ -319,6 +319,10 @@ model ClaimableCustomPlan {
chatsLimit Int
storageLimit Int
seatsLimit Int
isYearly Boolean @default(false)
companyName String?
vatType String?
vatValue String?
}
model ChatSession {