[F] interpolatePath
function interpolatePath(pathTemplate, predefinedVariables): stringInterpolate a path template
Parameters
| Parameter | Type | Description | 
|---|---|---|
pathTemplate | string | Path template | 
predefinedVariables | Record<string, undefined | string> | Variables that can be used in the path template. | 
Returns
string