brows3r — TypeScript API
    Preparing search index...

    Function nonTransferEntries

    • Notifications that should surface in the bell chip + center.

      Parameters

      • entries: {
            category: "userInitiated" | "background";
            details: unknown;
            id: string;
            message: string;
            operation: string | null;
            resource: string | null;
            severity: "info" | "warning" | "error" | "success";
            timestamp: number;
            title: string;
        }[]

      Returns {
          category: "userInitiated" | "background";
          details: unknown;
          id: string;
          message: string;
          operation: string | null;
          resource: string | null;
          severity: "info" | "warning" | "error" | "success";
          timestamp: number;
          title: string;
      }[]