mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Export the StrapiInterface type so that it can be extended by the user
This commit is contained in:
parent
36a65b4743
commit
60a26e08fc
2
packages/core/strapi/lib/index.d.ts
vendored
2
packages/core/strapi/lib/index.d.ts
vendored
@ -3,7 +3,7 @@ import { EntityService } from './services/entity-service';
|
||||
import { Strapi as StrapiClass } from './Strapi';
|
||||
|
||||
export * as factories from './factories';
|
||||
interface StrapiInterface extends StrapiClass {
|
||||
export interface StrapiInterface extends StrapiClass {
|
||||
query: Database['query'];
|
||||
entityService: EntityService;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user