Workstation API - v0.6.2
    Preparing search index...

    Type Alias JsoncCommand

    JsoncCommand:
        | { kind: "comment"; text: string }
        | { kind: "blank" }
        | { content: string; kind: "value" }
        | { content: string; kind: "property"; name: string }

    One JSONC builder instruction. Prefer the jsonc helpers to constructing instructions manually.