Skip to content

Commit f5fb89d

Browse files
committed
fix: typecheck
1 parent 4515ef6 commit f5fb89d

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)