Files
zigbee2mqtt/lib/types/zigbee2mqtt-frontend.d.ts
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Koen Kanters
83ca2746a7 fix(ignore): bump @types/node from 24.13.2 to 26.1.0 (#32453)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
2026-07-07 22:31:18 +02:00

15 lines
255 B
TypeScript

declare module "zigbee2mqtt-frontend" {
const frontend: {
getPath: () => string;
};
export default frontend;
}
declare module "node:http" {
interface IncomingMessage {
originalUrl?: string;
path?: string;
}
}