summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/types/diff.ts
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/types/diff.ts')
-rw-r--r--polygerrit-ui/app/types/diff.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/polygerrit-ui/app/types/diff.ts b/polygerrit-ui/app/types/diff.ts
index 223f2901cb..562d47fb9f 100644
--- a/polygerrit-ui/app/types/diff.ts
+++ b/polygerrit-ui/app/types/diff.ts
@@ -52,9 +52,6 @@ export interface DiffInfo extends DiffInfoApi {
/** Meta information about the file on side B as a DiffFileMetaInfo entity. */
meta_b: DiffFileMetaInfo;
- /** A list of strings representing the patch set diff header. */
- diff_header?: string[];
-
/**
* Links to the file diff in external sites as a list of DiffWebLinkInfo
* entries.
@@ -98,7 +95,7 @@ export interface DiffContent extends DiffContentApi {
export interface DiffPreferencesInfo extends DiffPreferenceInfoApi {
expand_all_comments?: boolean;
- cursor_blink_rate: number;
+ cursor_blink_rate?: number;
manual_review?: boolean;
retain_header?: boolean;
skip_deleted?: boolean;