diff --git a/lib/types/thread-types.js b/lib/types/thread-types.js --- a/lib/types/thread-types.js +++ b/lib/types/thread-types.js @@ -448,14 +448,14 @@ export type RoleModificationRequest = CreateRoleAction | EditRoleAction; export type RoleModificationResult = { - +threadInfo: LegacyRawThreadInfo, + +threadInfo: RawThreadInfo, +updatesResult: { +newUpdates: $ReadOnlyArray, }, }; export type RoleModificationPayload = { - +threadInfo: LegacyRawThreadInfo, + +threadInfo: RawThreadInfo, +updatesResult: { +newUpdates: $ReadOnlyArray, }, @@ -467,14 +467,14 @@ }; export type RoleDeletionResult = { - +threadInfo: LegacyRawThreadInfo, + +threadInfo: RawThreadInfo, +updatesResult: { +newUpdates: $ReadOnlyArray, }, }; export type RoleDeletionPayload = { - +threadInfo: LegacyRawThreadInfo, + +threadInfo: RawThreadInfo, +updatesResult: { +newUpdates: $ReadOnlyArray, },