I use Typescript for my application and I want to use FeatureLayerProperties to ensure whatever is put through the function, meets the bare minimum requirement for a FeatureLayer for purposes of creation.
Currently I am using a parameter:any, because paramenter:FeatureLayerProperties doesn't work, as FeatureLayerProperties is not exported by any arcgis library I have found so far.
Is there a way to expose FeatureLayerProperties to custom functions/methods/classes so that we can have strongly typed?