UNPKG
@sap/subaccount-destination-service-provider
Version:
latest (2.18.3)
2.18.3
2.18.2
2.18.0
2.16.0
2.15.0
2.14.1
2.14.0
2.13.1
2.12.2
2.9.1
2.7.0
2.4.4
2.4.2
2.4.1
2.3.4
2.2.1
1.8.2
1.5.3
1.4.5
1.4.1
1.4.0
1.3.0
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.2
1.2.1
1.2.0
Provide service consumption of SAP subaccount services
@sap/subaccount-destination-service-provider
/
out
/
src
/
abap
/
utils
/
businessItemsUtils.d.ts
3 lines
(2 loc)
•
174 B
TypeScript
View Raw
1
2
3
import
{
BusinessObjectType
,
CDSType
}
from
"../types/moveToBase"
;
export
declare
function
isUiItem
(
businessItemId
:
string
,
itemType
:
BusinessObjectType
|
CDSType
):
boolean
;