chore(): tidying, consolidate repetitive types
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './account-asset';
|
||||
export * from './copy-trading';
|
||||
export * from './contract';
|
||||
export * from './linear';
|
||||
export * from './inverse';
|
||||
export * from './spot';
|
||||
@@ -8,5 +9,5 @@ export * from './usdc-options';
|
||||
export * from './usdc-shared';
|
||||
export * from './unified-margin';
|
||||
export * from './v5-market';
|
||||
export * from './contract';
|
||||
export * from './v5-position';
|
||||
export * from './v5-trade';
|
||||
|
||||
10
src/types/request/v5-position.ts
Normal file
10
src/types/request/v5-position.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { CategoryV5 } from '../v5-shared';
|
||||
|
||||
export interface PositionInfoParamsV5 {
|
||||
category: CategoryV5;
|
||||
symbol?: string;
|
||||
baseCoin?: string;
|
||||
settleCoin?: string;
|
||||
limit?: number;
|
||||
cursor?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user