Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type VariableArtifact = | { kind: "variable"; variable: { name: string; type: "bool"; }; } | { kind: "variable"; variable: { max: number; min: number; name: string; type: "int"; }; };