We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18f13 commit 672e344Copy full SHA for 672e344
src/context.ts
@@ -14,8 +14,8 @@ export const createExpressContext = (data, res) => {
14
};
15
16
export class Context {
17
- models: any;
18
- user: any;
+ models: Object;
+ user: Object;
19
constructor (data) {
20
Object.keys(data).forEach(key => {
21
this[key] = data[key]
0 commit comments