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