ActionImportParameters<ParametersT>: { [ K in keyof ParametersT]: ActionImportParameter<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.