import { LooseObjectInterface } from '../../../interfaces/loose-object.interface'; export interface MatchResultInterface { path: string; index: number; params: LooseObjectInterface; }