UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

4 lines (3 loc) 93 B
export interface IContext<ParametersType = any> { readonly parameters: ParametersType; }