Skip to content

Commit ee5e495

Browse files
authored
Merge pull request Expensify#67695 from getusha/fix-tscheck-2
[No QA] fix: typecheck
2 parents 0541f2e + f5fb89d commit ee5e495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/onyx/Report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
135135
writeCapability?: WriteCapability;
136136

137137
/** The report type */
138-
type?: ValueOf<typeof CONST.REPORT.TYPE> | ValueOf<typeof CONST.SEARCH.DATA_TYPES> | ValueOf<typeof CONST.REPORT.UNSUPPORTED_TYPE>;
138+
type?: string;
139139

140140
/** The report visibility */
141141
visibility?: RoomVisibility;

0 commit comments

Comments
 (0)