Files
UpdaterWebLibrary/dist/types.d.ts
2025-10-30 22:56:11 +00:00

7 lines
112 B
TypeScript

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