export interface GetOrdersRequest { 'accountId'?: (string); } export interface GetOrdersRequest__Output { 'accountId': (string); }