Interface CancelMessage

interface CancelMessage {
    id: number;
    type: Cancel;
}

Properties

Properties

id: number
type: Cancel