aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/CommitHead.ts
blob: 58f31657f2e8b209b59cd0736695dcb32da40fd6 (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 interface CommitHead { sha: string, ref: string, repo: Repo, }