/** * Network obj */ export interface Network { name: string; }