Add path params to base context
This commit is contained in:
parent
2a9ae10e80
commit
b08c842b5f
@ -23,6 +23,7 @@ declare module "koa" {
|
|||||||
$context: SealiousContext;
|
$context: SealiousContext;
|
||||||
$app: TheApp;
|
$app: TheApp;
|
||||||
$body: Record<string, unknown>;
|
$body: Record<string, unknown>;
|
||||||
|
params: Record<string, string | undefined>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user