s-private API Documentation - v3.8.1
    Preparing search index...
    • Creates an ExportedStatus with current timestamp.

      Returns { exportedAt: Date & $brand<"ExportedAt">; status: "EXPORTED" }

      An ExportedStatus object with status "EXPORTED" and current time

      const status = makeExportedStatus();
      // { status: "EXPORTED", exportedAt: Date }