This commit is contained in:
Vendored
+1
-1
@@ -47,6 +47,6 @@ declare module "$app/types" {
|
||||
};
|
||||
Pathname(): "/" | "/accounts" | "/items" | `/items/${string}` & {} | "/login" | "/logout" | "/receipts" | "/receipts/new" | `/receipts/${string}` & {} | "/transactions";
|
||||
ResolvedPathname(): `${"" | `/${string}`}${ReturnType<AppTypes['Pathname']>}`;
|
||||
Asset(): string & {};
|
||||
Asset(): "/icon.svg" | string & {};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user