Switch to API schema-defined types for package properties, replacing custom typings for consistency. Streamline filter initialization, validation, and URL parameter handling, while adding safeguards for null values. Simplify components by removing unused exports and types.
23 lines
1.1 KiB
TypeScript
23 lines
1.1 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BuildServerStats: typeof import('./src/components/BuildServerStats.vue')['default']
|
|
BuildStats: typeof import('./src/components/MainNav/BuildStats.vue')['default']
|
|
CurrentlyBuilding: typeof import('./src/components/CurrentlyBuilding.vue')['default']
|
|
MainNav: typeof import('./src/components/MainNav.vue')['default']
|
|
PackageFilters: typeof import('./src/components/Packages/PackageFilters.vue')['default']
|
|
Packages: typeof import('./src/components/Packages.vue')['default']
|
|
PackageTable: typeof import('./src/components/Packages/PackageTable.vue')['default']
|
|
QueuedPackagesList: typeof import('./src/components/CurrentlyBuilding/QueuedPackagesList.vue')['default']
|
|
StatItem: typeof import('./src/components/MainNav/BuildStats/StatItem.vue')['default']
|
|
StatsListSection: typeof import('./src/components/MainNav/BuildStats/StatsListSection.vue')['default']
|
|
}
|
|
}
|