10 lines
103 B
TypeScript

export {};
declare global {
interface Window {
strapi: {
backendURL: string;
};
}
}