@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
10 lines • 437 B
TypeScript
import { AccountId, ClientId, Labelled } from '../../../common';
import { OAuthData } from '../../../data';
export declare class RefreshAuthenticationCommand implements Labelled {
readonly accountId: AccountId;
readonly clientId: ClientId;
readonly oauth: OAuthData;
label: string;
constructor(accountId: AccountId, clientId: ClientId, oauth: OAuthData);
}
//# sourceMappingURL=refresh-authentication.command.d.ts.map