Add requestContext to Strapi interface

This commit is contained in:
ivanThePleasant 2022-12-19 17:08:50 +02:00
parent 26374dc15a
commit f392759397

View File

@ -372,6 +372,11 @@ export interface Strapi {
*/
telemetry: any;
/**
* Used to access ctx from anywhere within the Strapi application
*/
requestContext: any;
/**
* Strapi DB layer instance
*/