interface IncomingResponse {
    id: number;
    messageType: "response";
    options: unknown;
}

Properties

id: number
messageType: "response"
options: unknown