Interface TestBytes

A simple object containing a sequence of bytes; for testing only.

interface TestBytes {
    @type: "testBytes";
    value: string;
}

Properties

Properties

@type: "testBytes"
value: string

Bytes.