import { RootState } from '..' export const selectIsAnonymousUser = (state: RootState): boolean => { return typeof state?.user?.id !== 'string' }