export interface PositionsRequest { 'accountId'?: (string); } export interface PositionsRequest__Output { 'accountId': (string); }