interface ServiceDeskCustomerInviteDto {
    displayName?: string;
    email?: string;
}

Properties

Properties

displayName?: string

Customer's name for display in the UI.

email?: string

Customer's email address.