Type alias DescribeSoftphoneLayoutCallType

DescribeSoftphoneLayoutCallType: {
    infoFields: DescribeSoftphoneLayoutInfoField[];
    name: string;
    screenPopOptions: DescribeSoftphoneScreenPopOption[];
    screenPopsOpenWithin?: string | null;
    sections: DescribeSoftphoneLayoutSection[];
}

Type declaration