FEA-Bench / testbed /fairlearn__fairlearn /visualization /FairnessDashboard /src /IWizardTabProps.ts
| import { IFairnessContext } from "./IFairnessContext"; | |
| export interface IWizardTabProps { | |
| dashboardContext: IFairnessContext; | |
| onNext: () => void; | |
| onPrevious?: () => void; | |
| } |