PhoneNumberAdministrationGetPhonePlanLocationOptionsResponse type
包含 getPhonePlanLocationOptions作的响应数据。
type PhoneNumberAdministrationGetPhonePlanLocationOptionsResponse =
LocationOptionsResponse & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: LocationOptionsResponse
}
}