---
url: /reference/TypeAlias.TransformResult-1.md
---
# Type Alias: TransformResult

* **Exported from**: `rolldown/utils`
* **Type**: `Omit`<`BindingEnhancedTransformResult`, `"errors"` | `"warnings"`> & { `errors`: `Error`\[]; `warnings`: [`RolldownLog`](Interface.RolldownLog.md)\[]; }

Result of transforming a code.

## Type Declaration

### errors

* **Type**: `Error`\[]

### warnings

* **Type**: [`RolldownLog`](Interface.RolldownLog.md)\[]
