PathCreateResponse type

Contains response data for the create operation.

type PathCreateResponse = PathCreateHeaders & {
  _response: coreHttp.HttpResponse & { parsedHeaders: PathCreateHeaders }
}