homebridge-homeconnect
Version:
A Homebridge plugin that connects Home Connect appliances to Apple HomeKit
11 lines • 438 B
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const RefreshToken: t.TIface;
export declare const SimulatorToken: t.TIface;
export declare const AccessTokenHeader: t.TIface;
export declare const AccessTokenPayload: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;
//# sourceMappingURL=token-types-ti.d.ts.map