Added kofi support me
This commit is contained in:
8
global.d.ts
vendored
8
global.d.ts
vendored
@@ -3,4 +3,10 @@ declare namespace NodeJS {
|
||||
NEXT_PUBLIC_API_URL: string;
|
||||
STRAPI_API_TOKEN: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
declare global {
|
||||
interface Window {
|
||||
kofiWidgetOverlay: any;
|
||||
}
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user