export interface Task { id: string; name: string; city: string; streetAddress: string; numberPhone: string; }