ShareGetPermissionResponse type

Contains response data for the getPermission operation.

type ShareGetPermissionResponse = Permission &
  ShareGetPermissionHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: Permission
      parsedHeaders: ShareGetPermissionHeaders
    }
  }