fix(ci): regenerate CLI table restore type

This commit is contained in:
Justin Blumencranz
2026-08-26 13:01:30 -07:00
parent f63116c1b1
commit b6bb17da1c
+1 -1
View File
@@ -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