Skip to content

Commit

Permalink
Merge pull request #1923 from ledenis/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessay interface Dog declaration
  • Loading branch information
Orta Therox authored Jul 6, 2021
2 parents fd4eebd + 892446b commit 3cb94f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ interface Email {
message: string;
}

interface Dog {
bark(): void;
}

type EmailMessageContents = MessageOf<Email>;
// ^?
```
Expand Down

0 comments on commit 3cb94f4

Please sign in to comment.