aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/form-elements/validation/validatable.interface.ts
blob: 6aceafed7d70571e3f53a4ac24241bd6ce448c80 (plain)
1
2
3
4
5
export interface IValidatableComponent {

    getValue(): any;

}