argos/dmp-frontend/src/app/core/model/dmp-profile/dmp-profile-external-autoco...

8 lines
154 B
TypeScript

export interface DmpProfileExternalAutoCompleteField {
url: string;
optionsRoot: string;
multiAutoComplete: boolean;
label: string;
value: string;
}