UNPKG

air-lib

Version:

This is Air's angular component library

6 lines (5 loc) 187 B
import { ModifyingType } from './modifying-type.enum'; import { Contact } from './contact'; export declare class ChangedContact extends Contact { ModifyingType: ModifyingType; }