We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398c5e9 commit 460c2b2Copy full SHA for 460c2b2
docs/playground/ko/TypeScript/Primitives/Union and Intersection Types.ts
@@ -47,7 +47,6 @@ interface ArtistsData {
47
type ArtworksResponse = ArtworksData & ErrorHandling;
48
type ArtistsResponse = ArtistsData & ErrorHandling;
49
50
-// For example:
51
// 예를 들어:
52
53
const handleArtistsResponse = (response: ArtistsResponse) => {
0 commit comments