mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 02:56:45 -04:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import type { RouteRecordRaw } from 'vue-router';
|
|
|
|
declare global {
|
|
var originalRoutes: readonly RouteRecordRaw[];
|
|
}
|