mirror of
https://github.com/strapi/strapi.git
synced 2025-09-12 01:56:43 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import type { Core } from '@strapi/types';
|
|
|
|
declare global {
|
|
const strapi: Core.Strapi;
|
|
}
|