import type { deviceList } from './devicelist.js'; import type { infraredRemoteList } from './irdevicelist.js'; export interface devices { statusCode: number; message: string; body: body; } export interface body { deviceList: deviceList; infraredRemoteList: infraredRemoteList; } //# sourceMappingURL=deviceresponse.d.ts.map