Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Add missing type file
Rūdolfs Ošiņš committed 1 year ago
commit 8ebd77206807909701c2e92c82a4581b06a1ab00
parent deb46ef
1 file changed +8 -0
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;
+
};