// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 export default { actions: [ { label: "transfer to queue", value: "transfer" }, { label: "transfer to a number", value: "external" }, { label: "hang up", value: "hangup" }, ] }