Skip to content

Commit

Permalink
fix(index.js): remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 9, 2023
1 parent 6e6185b commit 946100e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export type RtdEntity = {
export type RtdAlert = {
Cause: string,
DescriptionText: string,
DescriptionText: string,
EditedBy: string,
EditedDate: string,
Effect: string,
Expand Down Expand Up @@ -238,8 +237,6 @@ export type CustomFile = {
useDuringServe: boolean
}

// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584
// is merged in.
/* eslint-disable no-use-before-define */
export type Deployment = {
buildGraphOnly?: boolean,
Expand Down Expand Up @@ -575,9 +572,6 @@ export type Label = {
projectId: string,
user?: string
}

// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584
// is merged in.
/* eslint-enable no-use-before-define */
export type FeedInfo = {
id: string
Expand Down

0 comments on commit 946100e

Please sign in to comment.