ServiceGetAccountInfoResponse type

Berisi data respons untuk operasi getAccountInfo.

type ServiceGetAccountInfoResponse = ServiceGetAccountInfoHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: ServiceGetAccountInfoHeaders
  }
}