mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-16 08:00:10 +03:00
add types export
This commit is contained in:
@@ -10,7 +10,7 @@ import generateSecret from '../utils/generateSecret';
|
||||
|
||||
const DEFAULT_EXPIRATION = 29 * 24 * 60 * 60 * 1000; // 29 days
|
||||
|
||||
type SignOrderProps = {
|
||||
export type SignOrderProps = {
|
||||
baseAssetAddress: string
|
||||
quoteAssetAddress: string
|
||||
side: 'BUY' | 'SELL'
|
||||
|
||||
Reference in New Issue
Block a user