UNPKG

@pubby.club/sdk

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