interface RouteParams {
	[param: string]: string;
}

export default RouteParams;
