Interface dispatcher payload

& use constant in test
This commit is contained in:
David Baker 2021-06-03 14:38:13 +01:00
parent 58652152c1
commit 8ef95a6237
4 changed files with 31 additions and 6 deletions

View file

@ -102,9 +102,7 @@ export enum Action {
/**
* Dial the phone number in the payload
* payload: {
* number: <phone number>,
* }
* payload: DialNumberPayload
*/
DialNumber = "dial_number",