mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-16 06:11:26 -06:00
refactor: reorganize frontend code
This commit is contained in:
4
src/types/graph.ts
Normal file
4
src/types/graph.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type Frame = {
|
||||
id: string;
|
||||
data: { x: string | number; y: number }[];
|
||||
};
|
||||
Reference in New Issue
Block a user