UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

9 lines (8 loc) 212 B
export type WebSocketState = { instance: Record<string, any> | null; idToken: string; isConnected: boolean; isLoading: boolean; error: Record<string, any> | null; data: Record<string, any> | null; };