mirror of
https://github.com/simstudioai/sim.git
synced 2026-08-30 17:05:18 +08:00
fix(ci): regenerate CLI table restore type
This commit is contained in:
@@ -7232,7 +7232,7 @@ type RestoreTableResponseRef1 = {
|
||||
columns: Array<{
|
||||
id?: string
|
||||
name: string
|
||||
type: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
|
||||
type: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | 'json' | 'select'
|
||||
required: boolean
|
||||
unique: boolean
|
||||
workflowGroupId?: string
|
||||
|
||||
Reference in New Issue
Block a user