FunctionImportParameters<ParametersT>: { [ K in keyof ParametersT]: FunctionImportParameter<ParametersT[K]> }

Internal representation of all parameters of a function import as a map.

Type Parameters

  • ParametersT

    External representation of all parameters

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.