UNPKG

matterbridge-roborock-vacuum-plugin

Version:
6 lines (5 loc) 90 B
export interface AuthenticateResponse<T> { msg?: string; data?: T; code?: number; }