argos/dmp-frontend/src/app/core/common/enum/dmp-contact-type.ts

4 lines
59 B
TypeScript

export enum DmpContactType {
Internal = 0,
External = 1
}