hypixel-auction-notifier/env.d.ts

11 lines
183 B
TypeScript
Raw Normal View History

2024-12-27 21:17:59 +01:00
declare global {
namespace NodeJS {
interface ProcessEnv {
WEBHOOK_URL: string;
WEBHOOK_NAME: string;
WEBHOOK_PROFILE_PICTURE: string;
}
}
}
export { };