mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Add requestContext to Strapi interface
This commit is contained in:
parent
26374dc15a
commit
f392759397
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user