import { Data } from './data'; export interface RoutingDetail { id: string; data: Data[]; created: number; }