Feat/chat custom disclaimer (#4306)
This commit is contained in:
@@ -16,6 +16,7 @@ export type App = {
|
||||
description: string
|
||||
copyright: string
|
||||
privacy_policy: string | null
|
||||
custom_disclaimer: string | null
|
||||
category: AppCategory
|
||||
position: number
|
||||
is_listed: boolean
|
||||
|
||||
@@ -18,6 +18,7 @@ export type SiteInfo = {
|
||||
prompt_public?: boolean
|
||||
copyright?: string
|
||||
privacy_policy?: string
|
||||
custom_disclaimer?: string
|
||||
}
|
||||
|
||||
export type AppMeta = {
|
||||
|
||||
Reference in New Issue
Block a user