mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
Merge pull request #17175 from boazpoolman/feature/admin-type
This commit is contained in:
commit
4a3b7f564e
@ -45,6 +45,11 @@ export interface Strapi {
|
|||||||
*/
|
*/
|
||||||
readonly config: any;
|
readonly config: any;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Getter for the Strapi admin container
|
||||||
|
*/
|
||||||
|
readonly admin: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Getter for the Strapi auth container
|
* Getter for the Strapi auth container
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user