Fix tab contrib to be accurate (#901)

* update tab contrib to be accurate with expectation

* update contracts

* formatting
This commit is contained in:
Anthony Dresser
2018-03-13 13:55:21 -07:00
committed by GitHub
parent bcd72d21c7
commit 4a4fe584d5
2 changed files with 6 additions and 33 deletions

View File

@@ -25,8 +25,6 @@ export interface IDashboardTab {
publisher: string;
description?: string;
container?: object;
provider?: string | string[];
edition?: number | number[];
when?: string;
alwaysShow?: boolean;
}