aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/CommitHead.ts
blob: cdc00e39dce2357cb1738eb606245060cf56e6fb (plain)
1
2
3
4
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Repo } from "./Repo";

export type CommitHead = { sha: string, ref: string, repo: Repo, };