UNPKG

@documment/mmp.ui.augur

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

16 lines (15 loc) 455 B
export interface IGoalStrategy { showPhotoIds: boolean; showSignatures: boolean; showScanHelper: boolean; equals(storedGoalInfo: IGoalStrategy): boolean; clone(): IGoalStrategy; } export declare class GoalStrategy implements IGoalStrategy { showPhotoIds: boolean; showSignatures: boolean; showScanHelper: boolean; constructor(params?: any); equals(goalSettings: GoalStrategy): boolean; clone(): GoalStrategy; }