UNPKG

@pubby/sdk

Version:
8 lines (7 loc) 236 B
import { IncomingMessage } from "../incoming-message"; export declare class UserStatusResponse extends IncomingMessage { userId: string; status: any; static id: string; constructor(userId: string, status: any); }