This commit is contained in:
Alex
2023-11-14 01:16:06 +00:00
parent a3de360878
commit 0974085c6f
13 changed files with 345 additions and 198 deletions

View File

@@ -6,7 +6,7 @@ export type Doc = {
version: string;
description: string;
fullName: string;
dat: string;
date: string;
docLink: string;
model: string;
};