export const API_MAKE_PHONE_CALL = 'makePhoneCall' export const MakePhoneCallProtocol = new Map([ [ 'phoneNumber', { type: 'string', required: true, } ] ])