mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +00:00

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com> Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import type { Strapi } from '@strapi/types';
|
|
|
|
declare global {
|
|
const strapi: Strapi;
|
|
}
|