homebridge-homeconnect
Version:
A Homebridge plugin that connects Home Connect appliances to Apple HomeKit
22 lines • 1.05 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const Scope: t.TUnion;
export declare const AuthorisationRequest: t.TIface;
export declare const AuthorisationState: t.TUnion;
export declare const AuthorisationResponse: t.TIface;
export declare const AccessTokenRequest: t.TIface;
export declare const AccessTokenResponse: t.TIface;
export declare const DeviceAuthorisationRequest: t.TIface;
export declare const DeviceAuthorisationResponse: t.TIface;
export declare const DeviceAccessTokenRequest: t.TIface;
export declare const DeviceAccessTokenResponse: t.TIface;
export declare const AccessTokenRefreshRequest: t.TIface;
export declare const AccessTokenRefreshResponse: t.TIface;
export declare const AbsoluteToken: t.TIface;
export declare const PersistAbsoluteTokens: t.TIface;
export declare const AuthorisationError: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;
//# sourceMappingURL=api-auth-types-ti.d.ts.map