export interface VimpChannel { address: string; block: string; civilCode: string; code: string; latitude: number; longitude: number; manufacture: string; model: string; name: string; owner: string; parentId: string; parental: number; status: number; }