Files
UpdaterWebLibrary/src/types.ts

6 lines
101 B
TypeScript

export type versionNotes = {
title: string;
date: Date;
link: string;
html: string;
}