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