---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/dev-tools/interfaces/FileChangeSummary.md
description: A summary row for one final workspace change.
---

# Interface: FileChangeSummary

Defined in: [src/batteries/dev\_tools/types.ts:57](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L57)

A summary row for one final workspace change.

## Properties

| Property                                 | Type                                                    | Description                                                               | Defined in                                                                                                               |
| ---------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|  `added?`     | `number`                                                | Lines inserted; absent when the optional diff peer is unavailable.        | [src/batteries/dev\_tools/types.ts:63](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L63) |
|  `from?`       | `string`                                                | Rename source path; present if and only if kind is 'renamed'.             | [src/batteries/dev\_tools/types.ts:67](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L67) |
|  `kind`        | `"modified"` | `"added"` | `"deleted"` | `"renamed"` | Final-state change classification relative to the acquisition workspace.  | [src/batteries/dev\_tools/types.ts:61](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L61) |
|  `path`        | `string`                                                | Workspace-relative file path; for a rename, this is the destination path. | [src/batteries/dev\_tools/types.ts:59](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L59) |
|  `removed?` | `number`                                                | Lines deleted; absent when the optional diff peer is unavailable.         | [src/batteries/dev\_tools/types.ts:65](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L65) |
