declare class ContactType {
    ctyNumber: number;
    ctyDescription: string;
    deletionMarker: string;
    updateInd: string;
    multipleInd: string;
    sortSequence: number;
}

export { ContactType };
