Skip to content

Commit 034c579

Browse files
committed
Added UpdateData type to web
1 parent 5eee093 commit 034c579

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

web/src/types/types.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ export type PaperData = {
1313
*/
1414
};
1515

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+
1629
export type GPTData = {
1730
paper_name: string;
1831
year: number;

0 commit comments

Comments
 (0)