Skip to content

Commit

Permalink
chore(masthead): remove data type (carbon-design-system#4161)
Browse files Browse the repository at this point in the history
### Description

Removes a data type from `<dds-masthead-container>`, given it's defined in another file and no longer used.

### Changelog

**Removed**

- A data type from `<dds-masthead-container>`.
  • Loading branch information
asudoh authored and ariellalgilmore committed Oct 20, 2020
1 parent 13454cc commit e3bd11e
Showing 1 changed file with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,6 @@ import DDSMastheadComposite from './masthead-composite';

const { stablePrefix: ddsPrefix } = ddsSettings;

/**
* An profile item in masthead.
*/
export interface MastheadProfileItem {
/**
* `true` if this profile item is for logging in.
*/
isLoginItem?: boolean;

/**
* The key identifying this profile item within the menu.
*/
key: string;

/**
* The title text.
*/
title: string;

/**
* The link URL.
*/
url?: string;
}

/**
* The Redux state used for `<dds-masthead-container>`.
*/
Expand Down

0 comments on commit e3bd11e

Please sign in to comment.