import { AIJsonValue } from '@sliprail/sdk/lib/ai'
type AIJsonValue = AIJsonPrimitive | AIJsonObject | AIJsonValue[]