We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b33ca commit 76ebd13Copy full SHA for 76ebd13
1 file changed
packages/library/src/types.ts
@@ -186,7 +186,24 @@ export interface GitLogPaging {
186
}
187
188
export interface GitLogIndexStatus {
189
+ /**
190
+ * The number of modified files on
191
+ * the checked-out branch according
192
+ * to the Git index.
193
+ */
194
modified: number
195
+
196
197
+ * The number of added files on
198
199
200
201
added: number
202
203
204
+ * The number of deleted files on
205
206
207
208
deleted: number
209
0 commit comments