aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/validate.ts
blob: 59638ab4ddea0055e4c40e19986e7cc58e1fd55f (plain)
1
2
3
4
5
6
7
'use strict';

export interface IValidate {
    isValid:boolean;
}