回答編集履歴
1
リンク化
test
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
`Omit` ではなく
|
1
|
+
`Omit` ではなく `Exclude` を使うのが正解ですかね?
|
2
2
|
|
3
|
-
https://www.typescriptlang.org/docs/handbook/utility-types.html#excludetype-excludedunion
|
3
|
+
[https://www.typescriptlang.org/docs/handbook/utility-types.html#excludetype-excludedunion](https://www.typescriptlang.org/docs/handbook/utility-types.html#excludetype-excludedunion)
|