blob: 09a39ba5e83d8a91caecb66f2ffb8e2b3d631c04 (
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, };
|