Files
UpdaterWebLibrary/dist/types.d.ts

7 lines
103 B
TypeScript

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