mirror of
https://github.com/strapi/strapi.git
synced 2025-07-26 02:20:32 +00:00
11 lines
129 B
TypeScript
11 lines
129 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
strapi: {
|
|
backendURL: string;
|
|
};
|
|
}
|
|
declare module '*?raw';
|
|
}
|