Home > @rushstack/package-deps-hash > IFileDiffStatus
IFileDiffStatus interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Information about the changes to a file.
Signature:
export interface IFileDiffStatus
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| mode | string | (BETA) | |
| newhash | string | (BETA) | |
| oldhash | string | (BETA) | |
| status | 'A' | 'D' | 'M' | (BETA) |