Skip to content

Commit 93114f4

Browse files
committed
fix lint error
1 parent 8a18f49 commit 93114f4

File tree

1 file changed

+2
-1
lines changed
  • packages/preview-middleware-client/src/utils

1 file changed

+2
-1
lines changed

packages/preview-middleware-client/src/utils/version.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ type UI5VersionDetails = {
1717
* - the version of the UI5 framework or
1818
* - the version of the application in case the UI5 sources have been loaded from npmjs.
1919
*/
20-
version: string ;
20+
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents, @typescript-eslint/no-redundant-type-constituents
21+
version: string | Manifest['sap.app']['applicationVersion']['version'];
2122
libraries: UI5LibraryVersionInfo[]
2223
};
2324

0 commit comments

Comments
 (0)