aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index c1fb7111f..2526ca669 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -1,3 +1,4 @@
+import { ECSignature } from '0x.js';
import { BigNumber } from '@0xproject/utils';
import * as _ from 'lodash';
@@ -34,11 +35,8 @@ export interface SideToAssetToken {
[side: string]: AssetToken;
}
-export interface SignatureData {
+export interface SignatureData extends ECSignature {
hash: string;
- r: string;
- s: string;
- v: number;
}
export interface HashData {