Raw.JsonBool

Raw.JsonBool

Json boolean value

jsonBool#c7345e6a value:Bool = JSONValue;
export namespace Raw {
  export class JsonBool {
    constructor(params: { value: boolean }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xc7345e6a

Property