functional initial version
This commit is contained in:
6
dist/types.d.ts
vendored
Normal file
6
dist/types.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export type versionNotes = {
|
||||
title: string;
|
||||
date: Date;
|
||||
link: string;
|
||||
html: string;
|
||||
};
|
||||
Reference in New Issue
Block a user