Skip to content

Commit

Permalink
feat(release-note): create release type
Browse files Browse the repository at this point in the history
  • Loading branch information
melissafalcao committed May 25, 2022
1 parent 1f38a8e commit c0d41b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/typings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ export type UpdatesDataElement = {
title: UpdatesTitle
link: string
}

export type ReleaseElement = {
title: string
date: Date
description: string
actionType: ActionType
}

0 comments on commit c0d41b9

Please sign in to comment.