@sergienko4/israeli-bank-scrapers - v8.2.1
    Preparing search index...

    Interface IScraperLoginResult

    interface IScraperLoginResult {
        errorDetails?: IWafErrorDetails;
        errorMessage?: string;
        errorType?: ScraperErrorTypes;
        persistentOtpToken?: string;
        success: boolean;
    }
    Index

    Properties

    errorDetails?: IWafErrorDetails
    errorMessage?: string
    errorType?: ScraperErrorTypes
    persistentOtpToken?: string
    success: boolean