export interface ContactFilter { id?: number | string; sortBy: string; sortDir: boolean; filter: { [field: string]: string; }; }