aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/PullsApiResponseElement.ts
blob: c9a146d4ac98bed3f114ea5f2a59a382a0f20eb6 (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 { CommitHead } from "./CommitHead";

export type PullsApiResponseElement = { number: bigint, title: string, url: string, head: CommitHead, html_url: string, labels: Array<string>, };