PhoneNumberAdministrationReleasePhoneNumbersResponse type
Obsahuje data odpovědi pro operaci releasePhoneNumbers.
type PhoneNumberAdministrationReleasePhoneNumbersResponse = ReleaseResponse & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: ReleaseResponse
}
}