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