-
Rémi PAILHAREY authoredRémi PAILHAREY authored
releaseNotes.model.ts 157 B
export interface ReleaseNotes {
show: boolean
notes: Notes[]
redirectLink?: string
}
export interface Notes {
title: string
description: string
}
export interface ReleaseNotes {
show: boolean
notes: Notes[]
redirectLink?: string
}
export interface Notes {
title: string
description: string
}