summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/api/change-reply.ts
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/api/change-reply.ts')
-rw-r--r--polygerrit-ui/app/api/change-reply.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/polygerrit-ui/app/api/change-reply.ts b/polygerrit-ui/app/api/change-reply.ts
index 0b00b107ce..3d652db730 100644
--- a/polygerrit-ui/app/api/change-reply.ts
+++ b/polygerrit-ui/app/api/change-reply.ts
@@ -30,7 +30,7 @@ export type LabelsChangedCallback = (
) => void;
export declare interface ChangeReplyPluginApi {
- getLabelValue(label: string): string;
+ getLabelValue(label: string): string | number | undefined;
setLabelValue(label: string, value: string): void;