Variable: ArtifactMapper
const
ArtifactMapper:object
Type declaration
assetArtifactCategoryFromApi()
assetArtifactCategoryFromApi: (
dataCategory
) =>undefined
|AssetArtifactCategory
Translate the artifact type from the API into something we can use, ignore the rest.
Parameters
Parameter | Type |
---|---|
dataCategory | DataCategoryEnum |
Returns
undefined
| AssetArtifactCategory
assetArtifactCategoryToApi()
assetArtifactCategoryToApi: (
dataCategory
) =>DataCategoryEnum
Parameters
Parameter | Type |
---|---|
dataCategory | AssetArtifactCategory |
Returns
DataCategoryEnum