/** * @author eric.wittmann@gmail.com * @class */ export interface IExampleParent { setExample(example: any): any; getExample(): any; }