Skip to content

Commit

Permalink
Merge pull request #15212 from strapi/chore/request-context-interface…
Browse files Browse the repository at this point in the history
…-update
  • Loading branch information
Convly committed Dec 22, 2022
2 parents f488558 + 708daec commit 237f9bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/strapi/lib/types/core/strapi/index.d.ts
Expand Up @@ -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
*/
Expand Down

0 comments on commit 237f9bf

Please sign in to comment.