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

6 lines
101 B
TypeScript

export class Rule {
sourceField: string;
targetField: string;
requiredValue: any;
type: string;
}