Skip to content

Commit 3cb94f4

Browse files
author
Orta Therox
authored
Merge pull request #1923 from ledenis/patch-1
Remove unnecessay interface Dog declaration
2 parents fd4eebd + 892446b commit 3cb94f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/documentation/copy/en/handbook-v2/Type Manipulation/Conditional Types.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ interface Email {
128128
message: string;
129129
}
130130

131-
interface Dog {
132-
bark(): void;
133-
}
134-
135131
type EmailMessageContents = MessageOf<Email>;
136132
// ^?
137133
```

0 commit comments

Comments
 (0)