[ML] Adding annotations_enabled to model plot config (#68228)

This commit is contained in:
James Gowdy 2020-06-04 14:59:27 +01:00 committed by GitHub
parent 50013bfd83
commit c9d1c1f945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ export interface DataDescription {
export interface ModelPlotConfig {
enabled: boolean;
annotations_enabled?: boolean;
terms?: string;
}