first commit
This commit is contained in:
10
src/edge/edge.types.ts
Normal file
10
src/edge/edge.types.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type EdgeRow = {
|
||||
id: string;
|
||||
name: string;
|
||||
parent_id: string | null;
|
||||
tag_ids: string[];
|
||||
tag_count: number;
|
||||
current_tag_count: number;
|
||||
live_tag_count: number;
|
||||
last_data_at: Date | null;
|
||||
};
|
||||
Reference in New Issue
Block a user