UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

8 lines (4 loc) 307 B
import { State } from './types'; export const getIsLoading = (organizationState: State) => organizationState.isLoading; export const getIsUpdateLoading = (organizationState: State) => organizationState.isUpdateLoading; export const getOrganization = (organizationState: State) => organizationState.data;