first commit
This commit is contained in:
14
src/current/current.types.ts
Normal file
14
src/current/current.types.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export type CurrentRow = {
|
||||
edge: string;
|
||||
tag: string;
|
||||
value: number;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
name: string | null;
|
||||
tag_group: string | null;
|
||||
min: number | null;
|
||||
max: number | null;
|
||||
comment: string | null;
|
||||
unit_of_measurement: string | null;
|
||||
precision: number | null;
|
||||
};
|
||||
Reference in New Issue
Block a user