mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +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
|
||||
export type Strapi = Core.Strapi;
|
||||
|
||||
export interface StrapiInterface extends Core.Strapi {};
|
||||
|
||||
declare global {
|
||||
interface AllTypes {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user