interface TransformerSettings {
    jsonPathExpression?: string;
}

Properties

jsonPathExpression?: string