ServiceGetAccountInfoResponse type

يحتوي على بيانات الاستجابة لعملية getAccountInfo.

type ServiceGetAccountInfoResponse = WithResponse<
  ServiceGetAccountInfoHeaders,
  ServiceGetAccountInfoHeaders
>