interface Native {
    cbor?: string;
    json: ScriptNative;
    language: "native";
}

Properties

Properties

cbor?: string
language: "native"