Type alias EmbeddedServiceMenuItem
EmbeddedServiceMenuItem: {
channel?: string | null;
channelType?: string | null;
displayOrder?: number | null;
phoneNumber?: string | null;
}
Type declaration
Optional channel?: string | null
Optional channelType?: string | null
Optional displayOrder?: number | null
Optional phoneNumber?: string | null