@@ -1,3 +1,8 @@
/**
* @module
* BearMetal Router types
*/
export interface RouterContext {
url: URL;
params: Record<string, string | undefined>;
The note is not visible to the blocked user.