10 lines
103 B
TypeScript
Raw Permalink Normal View History

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