mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
Export missing interface
This commit is contained in:
parent
d7273746a5
commit
3336ff8b05
2
packages/core/strapi/lib/index.d.ts
vendored
2
packages/core/strapi/lib/index.d.ts
vendored
@ -9,6 +9,8 @@ export type { Core };
|
|||||||
// Alias to resolve the Strapi global type easily
|
// Alias to resolve the Strapi global type easily
|
||||||
export type Strapi = Core.Strapi;
|
export type Strapi = Core.Strapi;
|
||||||
|
|
||||||
|
export interface StrapiInterface extends Core.Strapi {};
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface AllTypes {}
|
interface AllTypes {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user