UNPKG

matterbridge-aeg-robot

Version:

A Matterbridge plugin that connects AEG RX 9 / Electrolux Pure i9 robot vacuums to the Matter smart home ecosystem.

16 lines 514 B
import { CheckerT, ICheckerSuite, ITypeSuite, TType } from 'ts-interface-checker'; import { DebugFeatures, Config } from '../config-types.js'; export interface TypeMap { DebugFeatures: DebugFeatures; Config: Config; } export declare const typeSuite: ITypeSuite & { DebugFeatures: TType; Config: TType; }; export declare const checkers: ICheckerSuite & { DebugFeatures: CheckerT<DebugFeatures>; Config: CheckerT<Config>; }; export default checkers; //# sourceMappingURL=config-types.d.ts.map