mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:36:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
ab19306a9e
commit
db38398c21
4 changed files with 190 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ export type Database = {
|
|||
created_at: string
|
||||
id: string
|
||||
last_health_check_at: string | null
|
||||
model_config: Json
|
||||
provisioned_at: string | null
|
||||
railway_service_id: string | null
|
||||
status: string
|
||||
|
|
@ -43,6 +44,7 @@ export type Database = {
|
|||
created_at?: string
|
||||
id?: string
|
||||
last_health_check_at?: string | null
|
||||
model_config?: Json
|
||||
provisioned_at?: string | null
|
||||
railway_service_id?: string | null
|
||||
status?: string
|
||||
|
|
@ -66,6 +68,7 @@ export type Database = {
|
|||
created_at?: string
|
||||
id?: string
|
||||
last_health_check_at?: string | null
|
||||
model_config?: Json
|
||||
provisioned_at?: string | null
|
||||
railway_service_id?: string | null
|
||||
status?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue