mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
feat: add all add-ons to price calculation in subs view model GitOrigin-RevId: d03374192d735278c6459fc6341a72d0b0c7c3aa
6 lines
307 B
TypeScript
6 lines
307 B
TypeScript
export const AI_STANDALONE_PLAN_CODE = 'assistant'
|
|
export const AI_ADD_ON_CODE = 'assistant'
|
|
// we dont want translations on plan or add-on names
|
|
export const ADD_ON_NAME = "Error Assist"
|
|
export const AI_STANDALONE_PLAN_NAME = "Overleaf Free"
|
|
export const AI_STANDALONE_ANNUAL_PLAN_CODE = 'assistant-annual' |