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

5 lines
65 B
TypeScript

export interface DefaultValue {
type: string;
value: string;
}