add doctor feedback
This commit is contained in:
@@ -623,6 +623,7 @@ export type Database = {
|
||||
created_at: string
|
||||
id: string
|
||||
input: Json
|
||||
is_visible_to_customer: boolean
|
||||
latest_data_change: string
|
||||
prompt_id: string
|
||||
prompt_name: string
|
||||
@@ -633,6 +634,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
id?: string
|
||||
input: Json
|
||||
is_visible_to_customer?: boolean
|
||||
latest_data_change: string
|
||||
prompt_id: string
|
||||
prompt_name: string
|
||||
@@ -643,6 +645,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
id?: string
|
||||
input?: Json
|
||||
is_visible_to_customer?: boolean
|
||||
latest_data_change?: string
|
||||
prompt_id?: string
|
||||
prompt_name?: string
|
||||
|
||||
Reference in New Issue
Block a user