We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eee093 commit 034c579Copy full SHA for 034c579
web/src/types/types.ts
@@ -13,6 +13,19 @@ export type PaperData = {
13
*/
14
};
15
16
+export type UpdateData = {
17
+ ROWID: number;
18
+ paper_name?: string;
19
+ year?: number;
20
+ author?: string[];
21
+ part_no?: string;
22
+ type?: string;
23
+ manufacturer?: string;
24
+ testing_location?: TestLocation;
25
+ testing_type?: string;
26
+ data_type?: number;
27
+}
28
+
29
export type GPTData = {
30
paper_name: string;
31
year: number;
0 commit comments