UNPKG

matterbridge-roborock-vacuum-plugin

Version:
7 lines 257 B
import { UserData } from '../roborockCommunication/models/userData.js'; export interface AuthenticationResponse { userData: UserData | undefined; shouldContinue: boolean; isSuccess: boolean; } //# sourceMappingURL=AuthenticationResponse.d.ts.map