feat: strict data type

This commit is contained in:
DIYgod
2024-01-21 18:36:46 +08:00
parent 4591116733
commit 42b6b1c724
4 changed files with 8 additions and 4 deletions

View File

@@ -41,4 +41,5 @@ export type Data = {
author?: string;
language?: string;
feedLink?: string;
lastBuildDate?: string;
};