diff --git a/src/types/onyx/Report.ts b/src/types/onyx/Report.ts index d0d3de64d159..cea4963592cf 100644 --- a/src/types/onyx/Report.ts +++ b/src/types/onyx/Report.ts @@ -135,7 +135,7 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback< writeCapability?: WriteCapability; /** The report type */ - type?: ValueOf | ValueOf | ValueOf; + type?: string; /** The report visibility */ visibility?: RoomVisibility;