Allow loaders on req

This commit is contained in:
rijkvanzanten
2020-06-24 17:01:13 -04:00
parent 54221aa077
commit e088c1715d

View File

@@ -7,5 +7,7 @@ declare namespace Express {
token?: string;
user?: string;
role?: string;
collection?: string;
loaders?: any;
}
}