import { RouteConfig } from 'vue-router';

declare global{
	type RouteConfig_Type = RouteConfig;
}
