AttributeValue import { AttributeValue } from "destack:schema"; Schema attribute value. export type AttributeValue = null | boolean | float64 | string | bigint | [AttributeValue] | { readonly [key: string]: AttributeValue } language/library/src/schema/constraint.ds:6:13