chore: update types of privacy policy and terms of use, connect to crm

This commit is contained in:
Zotov Ivan Yuryevich
2026-07-03 22:11:42 +03:00
parent 593c11f306
commit 16e83e48ff
20 changed files with 478 additions and 65 deletions

1
src/env.d.ts vendored
View File

@@ -4,6 +4,7 @@ interface ImportMetaEnv {
readonly PUBLIC_API_URL: string
readonly PUBLIC_GRAPHQL_URL: string
readonly PUBLIC_UPLOADS_BASE_URL: string
readonly BITRIX24_WEBHOOK_URL?: string
}
interface ImportMeta {