Newer
Older

Hugo NOUTS
committed
export interface ReleaseNotes {
show: boolean
notes: Notes[]
redirectLink?: string

Hugo NOUTS
committed
}
export interface Notes {
title: string
description: string
}
export interface ReleaseNotes {
show: boolean
notes: Notes[]
redirectLink?: string
}
export interface Notes {
title: string
description: string
}