Page MenuHomePhorge

D15097.1765061073.diff
No OneTemporary

Size
704 B
Referenced Files
None
Subscribers
None

D15097.1765061073.diff

diff --git a/lib/types/report-types.js b/lib/types/report-types.js
--- a/lib/types/report-types.js
+++ b/lib/types/report-types.js
@@ -245,16 +245,17 @@
+payload: $ReadOnlyArray<BaseAction>,
};
-const tActionSummary = tShape<ActionSummary>({
- type: t.String,
- time: t.Number,
- summary: t.String,
-});
const tActionType = t.irreducible<$PropertyType<BaseAction, 'type'>>(
'ActionType',
x => typeof x === 'string',
);
+const tActionSummary = tShape<ActionSummary>({
+ type: tActionType,
+ time: t.Number,
+ summary: t.String,
+});
+
export const threadInconsistencyReportValidatorShape: TStructProps<ThreadInconsistencyReportShape> =
{
platformDetails: tPlatformDetails,

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 6, 10:44 PM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841235
Default Alt Text
D15097.1765061073.diff (704 B)

Event Timeline