summaryrefslogtreecommitdiff
path: root/nodejs/model/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs/model/common.ts')
-rw-r--r--nodejs/model/common.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/nodejs/model/common.ts b/nodejs/model/common.ts
deleted file mode 100644
index 1712ad8..0000000
--- a/nodejs/model/common.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export type CommonThing = {
- description: string;
- name: string;
- symbol: string;
-};