@frontstackdev/cli 0.0.0-canary-20250512094934 → 0.0.0-canary-20250514144151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,7 +118,13 @@ type FetchMode = {
|
|
|
118
118
|
{{/each}}
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
{{!-- Provide global types for page router --}}
|
|
122
|
+
declare global {
|
|
123
|
+
export type Page = components['schemas']['Page']
|
|
124
|
+
export type PageRoute = components["schemas"]["PageRoute"];
|
|
125
|
+
export type RouteMeta = components["schemas"]["RouteMeta"];
|
|
126
|
+
export type AlternateRoute = components["schemas"]["AlternateRoute"];
|
|
127
|
+
}
|
|
122
128
|
|
|
123
129
|
{{!-- Provide global types for listing meta data --}}
|
|
124
130
|
declare global {
|
package/dist/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.0-canary-
|
|
1
|
+
0.0.0-canary-20250514144151
|