diff options
Diffstat (limited to 'src-tauri/bindings/PullsApiResponseElement.ts')
-rw-r--r-- | src-tauri/bindings/PullsApiResponseElement.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src-tauri/bindings/PullsApiResponseElement.ts b/src-tauri/bindings/PullsApiResponseElement.ts deleted file mode 100644 index c9a146d4..00000000 --- a/src-tauri/bindings/PullsApiResponseElement.ts +++ /dev/null @@ -1,4 +0,0 @@ -// 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>, }; |