interface DeleteRangeResponse {
    action: "none" | "delete";
}

Properties

Properties

action: "none" | "delete"