質問編集履歴
1
Stack Overflowにも記載した旨を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,4 +69,10 @@
|
|
69
69
|
{ a: 1, b: 'txt', c: new Date() },
|
70
70
|
{ x: 'a', y: 'b', z: 'c'}
|
71
71
|
);
|
72
|
-
```
|
72
|
+
```
|
73
|
+
|
74
|
+
-----
|
75
|
+
|
76
|
+
追記 Stack Overflowにも記載
|
77
|
+
|
78
|
+
[TypeScript: remapping object properties in typesafe](https://stackoverflow.com/questions/55454125/typescript-remapping-object-properties-in-typesafe)
|