11 lines
129 B
TypeScript

export {};
declare global {
interface Window {
strapi: {
backendURL: string;
};
}
declare module '*?raw';
}