Member Junction
    Preparing search index...
    interface InitializationResult {
        error?: {
            message: string;
            showValidationOnly?: boolean;
            type: "no_access" | "no_roles" | "auth_error" | "unknown";
        };
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: {
        message: string;
        showValidationOnly?: boolean;
        type: "no_access" | "no_roles" | "auth_error" | "unknown";
    }
    success: boolean