API Reference
FileWriteResult
Defined in: tools/builtin/builtin.types.ts:286
The outcome of writing a file.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
bytesWritten | number | Number of bytes written. | tools/builtin/builtin.types.ts:290 |
path | string | Path that was written. | tools/builtin/builtin.types.ts:288 |