PhoneNumberAdministrationReleasePhoneNumbersResponse type

releasePhoneNumbers işlemi için yanıt verilerini içerir.

type PhoneNumberAdministrationReleasePhoneNumbersResponse = ReleaseResponse & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: ReleaseResponse
  }
}