simplelogin-client
    Preparing search index...

    Interface ErrorContext

    interface ErrorContext {
        error: unknown;
        fetch: any;
        init: any;
        response?: any;
        url: string;
    }
    Index

    Properties

    error: unknown
    fetch: any
    init: any
    response?: any
    url: string