aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/ReleaseInfo.ts
blob: 7842627309e516604321dfefb602577740ae127d (plain)
1
2
3
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.

export type ReleaseInfo = { name: string, published_at: string, body: string, };