6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
export type versionNotes = {
|
|
title: string;
|
|
date: Date;
|
|
link: string;
|
|
html: string;
|
|
} |