mirror of
https://github.com/strapi/strapi.git
synced 2025-09-13 18:47:15 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
![]() |
import type { Strapi } from '@strapi/types';
|
||
|
|
||
|
declare global {
|
||
|
const strapi: Strapi;
|
||
|
}
|