export interface WithdrawLimitsRequest { 'accountId'?: (string); } export interface WithdrawLimitsRequest__Output { 'accountId': (string); }