mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 19:00:13 +00:00
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
declare module "zigbee2mqtt-frontend" {
|
|
const frontend: {
|
|
getPath: () => string;
|
|
};
|
|
|
|
export default frontend;
|
|
}
|