Interface CancelResponse

interface CancelResponse {
    error: number;
}

Properties

Properties

error: number