ISPO SDK
    Preparing search index...

    Type Alias WireFrameValue

    Markdown
    WireFrameValue:
        | string
        | number
        | bigint
        | boolean
        | null
        | undefined
        | readonly WireFrameValue[]
        | { readonly [key: string]: WireFrameValue }

    Structured-clone values that may arrive before an op-specific parser has established a frame contract.