Export missing interface

This commit is contained in:
Convly 2022-05-20 09:38:06 +02:00
parent d7273746a5
commit 3336ff8b05

View File

@ -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 {}
}