@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
12 lines • 544 B
TypeScript
import { OAuthData } from '../../../data';
import { AccountId, ClientId, Labelled } from '../../../common';
import { BffAuthData } from '../auth.state';
export declare class AuthenticatedEvent implements Labelled {
readonly accountId: AccountId;
readonly clientId: ClientId;
readonly oauthData: OAuthData;
readonly communityData: BffAuthData;
label: () => string;
constructor(accountId: AccountId, clientId: ClientId, oauthData: OAuthData, communityData: BffAuthData);
}
//# sourceMappingURL=authenticated.event.d.ts.map