@sheerid/jslib
    Preparing search index...

    Interface IsLoadingAction

    interface IsLoadingAction {
        isLoading: boolean;
        loadingStep?: VerificationStep;
        type: "IS_LOADING";
    }
    Index

    Properties

    isLoading: boolean
    loadingStep?: VerificationStep
    type: "IS_LOADING"