aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/FlightCoreVersion.d.ts
blob: 2516bf25b8fbd7ec2e11dc66668b7ae31b47c5ea (plain)
1
2
3
4
5
// derived from release_notes.rs
export interface FlightCoreVersion {
    tag_name: string,
    published_at: string,
}