DisBot
    Preparing search index...

    Type Alias JsOutputValue

    JsOutputValue:
        | null
        | string
        | number
        | boolean
        | bigint
        | Uint8Array
        | Date
        | Decimal
        | JsOutputValue[]
        | { [key: string]: JsOutputValue }