PersonGroupPersonCreateResponse type

Contains response data for the create operation.

type PersonGroupPersonCreateResponse = Person & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person }
}