UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

11 lines (9 loc) 180 B
export type State = { isLoadingBloxLiveVersion: boolean, bloxLiveVersionError: string, bloxLiveVersion: string, }; export type Action = { type: string; payload: any; };