1 2 3 4 5 6
// Matches Rust struct (in release_notes mod). export default interface ReleaseInfo { name: string; published_at: string; body: string; }