interface JsonPathTransformExpression {
    defaultValue?: JsonValue;
    destinationField: string;
    sourcePathExpression: string;
}

Properties

defaultValue?: JsonValue
destinationField: string
sourcePathExpression: string