Page MenuHomePhorge

D15097.1765070704.diff
No OneTemporary

Size
704 B
Referenced Files
None
Subscribers
None

D15097.1765070704.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
Sun, Dec 7, 1:25 AM (10 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841235
Default Alt Text
D15097.1765070704.diff (704 B)

Event Timeline