We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4515ef6 commit f5fb89dCopy full SHA for f5fb89d
1 file changed
src/types/onyx/Report.ts
@@ -135,7 +135,7 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
135
writeCapability?: WriteCapability;
136
137
/** The report type */
138
- type?: ValueOf<typeof CONST.REPORT.TYPE> | ValueOf<typeof CONST.SEARCH.DATA_TYPES> | ValueOf<typeof CONST.REPORT.UNSUPPORTED_TYPE>;
+ type?: string;
139
140
/** The report visibility */
141
visibility?: RoomVisibility;
0 commit comments