Feat/chat custom disclaimer (#4306)

This commit is contained in:
Patryk Garstecki
2024-05-18 04:52:48 +02:00
committed by GitHub
parent b1f003646b
commit aa13d14019
43 changed files with 350 additions and 159 deletions

View File

@@ -18,6 +18,7 @@ export type SiteInfo = {
prompt_public?: boolean
copyright?: string
privacy_policy?: string
custom_disclaimer?: string
}
export type AppMeta = {