This commit is contained in:
2024-12-01 05:31:21 -07:00
parent 3e68ca285b
commit defd40293f
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
/**
* @module
* BearMetal Router types
*/
export interface RouterContext {
url: URL;
params: Record<string, string | undefined>;