You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, this library is using DefiniteEither type to shape the output types for the HTTP client, but unfortunately one has to import this type from dist files instead of neatly accessing it via common @lokalise/node-core export:
import { DefiniteEither } from "@lokalise/node-core/dist/src/errors/either";
The text was updated successfully, but these errors were encountered:
So, this library is using
DefiniteEither
type to shape the output types for the HTTP client, but unfortunately one has to import this type fromdist
files instead of neatly accessing it via common@lokalise/node-core
export:The text was updated successfully, but these errors were encountered: