ai-tools-suite/frontend/.svelte-kit/non-ambient.d.ts

61 lines
2.9 KiB
TypeScript
Raw Permalink Normal View History

2025-12-27 15:33:06 +00:00
// this file is generated — do not edit it
declare module "svelte/elements" {
export interface HTMLAttributes<T> {
'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null;
'data-sveltekit-noscroll'?: true | '' | 'off' | undefined | null;
'data-sveltekit-preload-code'?:
| true
| ''
| 'eager'
| 'viewport'
| 'hover'
| 'tap'
| 'off'
| undefined
| null;
'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null;
'data-sveltekit-reload'?: true | '' | 'off' | undefined | null;
'data-sveltekit-replacestate'?: true | '' | 'off' | undefined | null;
}
}
export {};
declare module "$app/types" {
export interface AppTypes {
RouteId(): "/" | "/auth" | "/auth/callback" | "/auth/callback/google" | "/bias-checks" | "/content-performance" | "/cost-tracker" | "/data-audit" | "/data-history" | "/drift-monitor" | "/eda-gapminder" | "/emergency-control" | "/house-predictor" | "/inference-estimator" | "/label-quality" | "/login" | "/model-comparator" | "/privacy-scanner" | "/profitability" | "/reports" | "/security-tester";
2025-12-27 15:33:06 +00:00
RouteParams(): {
};
LayoutParams(): {
"/": Record<string, never>;
"/auth": Record<string, never>;
"/auth/callback": Record<string, never>;
"/auth/callback/google": Record<string, never>;
2025-12-27 15:33:06 +00:00
"/bias-checks": Record<string, never>;
"/content-performance": Record<string, never>;
"/cost-tracker": Record<string, never>;
"/data-audit": Record<string, never>;
"/data-history": Record<string, never>;
"/drift-monitor": Record<string, never>;
"/eda-gapminder": Record<string, never>;
2025-12-27 15:33:06 +00:00
"/emergency-control": Record<string, never>;
"/house-predictor": Record<string, never>;
2025-12-27 15:33:06 +00:00
"/inference-estimator": Record<string, never>;
"/label-quality": Record<string, never>;
"/login": Record<string, never>;
2025-12-27 15:33:06 +00:00
"/model-comparator": Record<string, never>;
"/privacy-scanner": Record<string, never>;
"/profitability": Record<string, never>;
"/reports": Record<string, never>;
"/security-tester": Record<string, never>
};
Pathname(): "/" | "/auth" | "/auth/" | "/auth/callback" | "/auth/callback/" | "/auth/callback/google" | "/auth/callback/google/" | "/bias-checks" | "/bias-checks/" | "/content-performance" | "/content-performance/" | "/cost-tracker" | "/cost-tracker/" | "/data-audit" | "/data-audit/" | "/data-history" | "/data-history/" | "/drift-monitor" | "/drift-monitor/" | "/eda-gapminder" | "/eda-gapminder/" | "/emergency-control" | "/emergency-control/" | "/house-predictor" | "/house-predictor/" | "/inference-estimator" | "/inference-estimator/" | "/label-quality" | "/label-quality/" | "/login" | "/login/" | "/model-comparator" | "/model-comparator/" | "/privacy-scanner" | "/privacy-scanner/" | "/profitability" | "/profitability/" | "/reports" | "/reports/" | "/security-tester" | "/security-tester/";
2025-12-27 15:33:06 +00:00
ResolvedPathname(): `${"" | `/${string}`}${ReturnType<AppTypes['Pathname']>}`;
Asset(): "/logo.png" | string & {};
2025-12-27 15:33:06 +00:00
}
}