2055 | case "Transformation":
2056 | {
2057 | if (isTypeLiteralTransformation(ast.transformation) && ast.transformation.propertySignatureTransformatio
ns.every(isRenamingPropertySignatureTransformation)) {
2058 | return new Transformation(partial(ast.from, options), partial(ast.to, options), ast.transformation);
2059 | }
2060 | throw new Error(errors_.getASTUnsupportedSchemaErrorMessage(ast));
^
error: Unsupported schema
2055 | case "Transformation":
2056 | {
2057 | if (isTypeLiteralTransformation(ast.transformation) && ast.transformation.propertySignatureTransformatio
ns.every(isRenamingPropertySignatureTransformation)) {
2058 | return new Transformation(partial(ast.from, options), partial(ast.to, options), ast.transformation);
2059 | }
2060 | throw new Error(errors_.getASTUnsupportedSchemaErrorMessage(ast));
^
error: Unsupported schema