StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.

interface StringEvent {
    attributes: Attribute[];
    type: string;
}

Properties

Properties

attributes: Attribute[]
type: string