Add `parents` property to `CommitHeader` type
modified httpd-client/lib/project/commit.ts
@@ -16,6 +16,7 @@ export interface CommitHeader {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -24,6 +25,7 @@ export const commitHeaderSchema = object({
|
|
|
|
|
|
| + | |
|
|
|
|
|