Type Alias CallQueuesUnassignPhoneNumberPathParams

CallQueuesUnassignPhoneNumberPathParams: {
    callQueueId: string;
    phoneNumberId: string;
}