We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a18f49 commit 93114f4Copy full SHA for 93114f4
packages/preview-middleware-client/src/utils/version.ts
@@ -17,7 +17,8 @@ type UI5VersionDetails = {
17
* - the version of the UI5 framework or
18
* - the version of the application in case the UI5 sources have been loaded from npmjs.
19
*/
20
- version: string ;
+ // eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents, @typescript-eslint/no-redundant-type-constituents
21
+ version: string | Manifest['sap.app']['applicationVersion']['version'];
22
libraries: UI5LibraryVersionInfo[]
23
};
24
0 commit comments