Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Add missing type file
Open rudolfs opened 1 year ago

Must have forgotten to run npm run generate-types.

check check-e2e

👉 Workflow runs 👉 Branch on GitHub

1 file changed +8 -0 deb46efa 8ebd7720
added crates/radicle-types/bindings/cob/patch/PatchCounts.ts
@@ -0,0 +1,8 @@
+
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
+

+
export type PatchCounts = {
+
  open: number;
+
  draft: number;
+
  archived: number;
+
  merged: number;
+
};