We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d613c commit 8750ccbCopy full SHA for 8750ccb
src/filter/FeatureFilter.ts
@@ -3,7 +3,7 @@
3
4
export interface IFeatureFilter {
5
name: string; // e.g. Microsoft.TimeWindow
6
- evaluate(context?: IFeatureFilterEvaluationContext, appContext?: unknown): Promise<boolean> | boolean;
+ evaluate(context: IFeatureFilterEvaluationContext, appContext?: unknown): Promise<boolean> | boolean;
7
}
8
9
export interface IFeatureFilterEvaluationContext {
0 commit comments