aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
diff options
context:
space:
mode:
authoramaurer <git@maurer.me>2018-10-12 23:55:31 +0800
committeramaurer <git@maurer.me>2018-10-12 23:55:31 +0800
commitcd04a21e29cc5713c1932b754d9a8f5c5172f960 (patch)
tree80a52e079aee4f82a1983c1e09416829bada5d97 /packages/types
parente5192507ab6597a93c45526cca092896641610f0 (diff)
downloaddexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar.gz
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar.bz2
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar.lz
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar.xz
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.tar.zst
dexon-sol-tools-cd04a21e29cc5713c1932b754d9a8f5c5172f960.zip
Fixes per converstaion, stats interface to pub
Diffstat (limited to 'packages/types')
-rw-r--r--packages/types/src/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 3ae0536d5..6f539fc1f 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -599,3 +599,7 @@ export interface Metadata {
externalTypeToLink: ExternalTypeToLink;
externalExportToLink: ExternalExportToLink;
}
+
+export interface Stats {
+ orderCount: number;
+}