Interface IsLoadingAction

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

Properties

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