interface OutgoingExtensionMessage {
    id?: number;
    messageType: string;
    options: {};
}

Properties

id?: number

If the id field is present, it indicates that a response is needed

messageType: string
options: {}