Function: getPairedTemplateYamlPaths()
function getPairedTemplateYamlPaths(
filePath: string
): readonly [string, string];
Defined in: _internal/workflow-template-properties.ts:71
Build both valid template YAML paths for a .properties.json path.
Parametersโ
filePathโ
string
Returnsโ
readonly [string, string]