import { Type } from "@sinclair/typebox"; export const variableValueSchema = Type.Union([Type.String(), Type.Number(), Type.Boolean()]);