2
0

anpassen der Pläne

This commit is contained in:
2024-09-12 14:01:31 +02:00
parent 7ee7c74017
commit 09282ae82e
3 changed files with 9 additions and 9 deletions

View File

@ -7,9 +7,9 @@ export const prices = {
} as const
export const chatsLimits = {
[Plan.FREE]: 200,
[Plan.STARTER]: 2000,
[Plan.PRO]: 10000,
[Plan.FREE]: 150,
[Plan.STARTER]: 500,
[Plan.PRO]: 2000,
} as const
export const seatsLimits = {