aboutsummaryrefslogtreecommitdiff
path: root/src/interface/frameInterface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/frameInterface.ts')
-rw-r--r--src/interface/frameInterface.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interface/frameInterface.ts b/src/interface/frameInterface.ts
deleted file mode 100644
index bc61c90..0000000
--- a/src/interface/frameInterface.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export interface FrameInterface {
- rowdata: Array<unknown[]>;
- columns: Array<string>;
-}