Add path params to base context

This commit is contained in:
Kuba Orlik 2024-05-03 11:57:28 +02:00
parent 2a9ae10e80
commit b08c842b5f

View File

@ -23,6 +23,7 @@ declare module "koa" {
$context: SealiousContext;
$app: TheApp;
$body: Record<string, unknown>;
params: Record<string, string | undefined>;
}
}