Fix feature flags in Portal (#659)

This commit is contained in:
Steve Faulkner
2021-04-13 15:43:05 -05:00
committed by GitHub
parent f449328f26
commit d90a065e63
2 changed files with 8 additions and 1 deletions

View File

@@ -390,6 +390,9 @@ export interface DataExplorerInputsFrame {
dataExplorerVersion?: string;
defaultCollectionThroughput?: CollectionCreationDefaults;
flights?: readonly string[];
features?: {
[key: string]: string;
};
}
export interface SelfServeFrameInputs {