Type alias DescribeSoftphoneLayoutResult

DescribeSoftphoneLayoutResult: {
    callTypes: DescribeSoftphoneLayoutCallType[];
    id: string;
    name: string;
}

Type declaration