mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:36:50 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
20ccf1e9c5
commit
c0d18506f8
2 changed files with 49 additions and 0 deletions
|
|
@ -694,6 +694,7 @@ export type Database = {
|
|||
current_version_id: string | null
|
||||
description: string
|
||||
id: string
|
||||
is_default: boolean
|
||||
name: string
|
||||
status: string
|
||||
trigger_keywords: string
|
||||
|
|
@ -706,6 +707,7 @@ export type Database = {
|
|||
current_version_id?: string | null
|
||||
description: string
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
name: string
|
||||
status?: string
|
||||
trigger_keywords: string
|
||||
|
|
@ -718,6 +720,7 @@ export type Database = {
|
|||
current_version_id?: string | null
|
||||
description?: string
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
name?: string
|
||||
status?: string
|
||||
trigger_keywords?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue