Add missing $body type from koa context
This commit is contained in:
parent
482091c979
commit
df70ce1e40
@ -20,6 +20,7 @@ declare module "koa" {
|
|||||||
interface BaseContext {
|
interface BaseContext {
|
||||||
$context: SealiousContext;
|
$context: SealiousContext;
|
||||||
$app: TheApp;
|
$app: TheApp;
|
||||||
|
$body: Record<string, unknown>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user