You've already forked tf2wikipricing
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
GM_fetch: typeof fetch; // or a more specific custom type
|
|
}
|
|
} |