6 lines
92 B
TypeScript

import type { Core } from '@strapi/types';
declare global {
const strapi: Core.Strapi;
}