Interface: DiffStat
August 8, 2026 ยท View on GitHub
@plures/praxis / index / DiffStat
Interface: DiffStat
Defined in: src/hooks/types.ts:57
Diff statistics for a single file changed in a git operation.
Properties
added
added:
number
Defined in: src/hooks/types.ts:59
file
file:
string
Defined in: src/hooks/types.ts:58
removed
removed:
number
Defined in: src/hooks/types.ts:60