UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 319 B
import { GoveeAPIResponse } from '../../govee-api.models'; export declare class RefreshToken { refreshToken: string; token: string; tokenExpireCycle: number; } export declare class RefreshTokenResponse extends GoveeAPIResponse { data: RefreshToken; } //# sourceMappingURL=refresh-token.response.d.ts.map