add types export

This commit is contained in:
TheJuze
2024-05-20 12:43:54 +03:00
parent 5a981723e1
commit b1ad837571
5 changed files with 8 additions and 8 deletions

View File

@@ -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'