Merge pull request #17175 from boazpoolman/feature/admin-type

This commit is contained in:
Jean-Sébastien Herbaux 2023-07-06 09:24:43 +02:00 committed by GitHub
commit 4a3b7f564e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,11 @@ export interface Strapi {
*/
readonly config: any;
/**
* Getter for the Strapi admin container
*/
readonly admin: any;
/**
* Getter for the Strapi auth container
*/