strona-czynna/src/back/declarations.d.ts
Kuba Orlik 0b3129dcc0 Support for putting ctx within jdd context
Reviewers: #reviewers

Subscribers: jenkins-user

Differential Revision: https://hub.sealcode.org/D1452
2024-04-30 18:47:16 +02:00

8 lines
130 B
TypeScript

import type { BaseContext } from "koa";
declare module "@sealcode/jdd" {
export interface JDDContext {
ctx: BaseContext;
}
}