UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 455 B
import { OAuthData } from '../api/account/models/account-client'; export declare const goveeHeaders: ({ clientId, clientType, }: { clientId: string; clientType?: '1' | '0'; }) => Record<string, string>; export declare const goveeAuthenticatedHeaders: (data: OAuthData, clientType?: '0' | '1') => Record<string, string>; export declare const goveeAPIKeyHeaders: (apiKey: string) => Record<string, string>; //# sourceMappingURL=headers.util.d.ts.map