/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️ // It's recommended to commit this file. // Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry. declare module 'vue-router/auto-routes' { import type { RouteRecordInfo, ParamValue, ParamValueOneOrMore, ParamValueZeroOrMore, ParamValueZeroOrOne, } from 'vue-router' /** * Route name map generated by unplugin-vue-router */ export interface RouteNamedMap { '/': RouteRecordInfo<'/', '/', Record, Record>, '/[...all]': RouteRecordInfo<'/[...all]', '/:all(.*)', { all: ParamValue }, { all: ParamValue }>, '/auth': RouteRecordInfo<'/auth', '/auth', Record, Record>, '/balloon/single': RouteRecordInfo<'/balloon/single', '/balloon/single', Record, Record>, '/balloon/year': RouteRecordInfo<'/balloon/year', '/balloon/year', Record, Record>, '/cosmic/stats': RouteRecordInfo<'/cosmic/stats', '/cosmic/stats', Record, Record>, '/radar/v1': RouteRecordInfo<'/radar/v1', '/radar/v1', Record, Record>, '/radar/v2': RouteRecordInfo<'/radar/v2', '/radar/v2', Record, Record>, '/saber/day_cycle_power_wave_plot': RouteRecordInfo<'/saber/day_cycle_power_wave_plot', '/saber/day_cycle_power_wave_plot', Record, Record>, '/saber/day_fft_ifft_plot': RouteRecordInfo<'/saber/day_fft_ifft_plot', '/saber/day_fft_ifft_plot', Record, Record>, '/saber/month_power_wave_plot': RouteRecordInfo<'/saber/month_power_wave_plot', '/saber/month_power_wave_plot', Record, Record>, '/saber/plot_wave_fitting': RouteRecordInfo<'/saber/plot_wave_fitting', '/saber/plot_wave_fitting', Record, Record>, '/tidi/month_stats': RouteRecordInfo<'/tidi/month_stats', '/tidi/month_stats', Record, Record>, '/tidi/waves': RouteRecordInfo<'/tidi/waves', '/tidi/waves', Record, Record>, } }