Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
radicle-desktop crates radicle-types bindings cob inbox Patch.ts
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Action } from "../patch/Action";
import type { State } from "../patch/State";
import type { ActionWithAuthor } from "./ActionWithAuthor";
import type { RefUpdate } from "./RefUpdate";

export type Patch = {
  rowId: string;
  id: string;
  update: RefUpdate;
  timestamp: number;
  title: string;
  status: State;
  actions: Array<ActionWithAuthor<Action>>;
  repoId: string;
};