UNPKG

rubic-sdk-next

Version:
6 lines (5 loc) 150 B
import { RubicSdkError } from '../../../common/errors'; export interface RubicApiWarnings { needAuthWallet: boolean; error?: RubicSdkError; }