interface XnsNameCaptureErrorsProps {
    error?: Error;
    errorUi?: "alert" | "toast";
    resetError?: (() => void);
}

Properties

error?: Error
errorUi?: "alert" | "toast"
resetError?: (() => void)