export interface IContactStatus{ ContactStatusId: number StatusName: string IsDisable: boolean }