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, 5 insertions, 0 deletions
diff --git a/nodejs/model/common.ts b/nodejs/model/common.ts
new file mode 100644
index 0000000..1712ad8
--- /dev/null
+++ b/nodejs/model/common.ts
@@ -0,0 +1,5 @@
+export type CommonThing = {
+ description: string;
+ name: string;
+ symbol: string;
+};