argos/dmp-frontend/src/app/core/model/dataset-profile-definition/rule.ts

6 lines
101 B
TypeScript
Raw Normal View History

2019-01-18 18:03:45 +01:00
export class Rule {
sourceField: string;
targetField: string;
requiredValue: any;
type: string;
}