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

5 lines
65 B
TypeScript
Raw Normal View History

2019-01-18 18:03:45 +01:00
export interface DefaultValue {
type: string;
value: string;
}