ShareGetPermissionResponse type

Contains response data for the getPermission operation.

type ShareGetPermissionResponse = ShareGetPermissionHeaders &
  SharePermission & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: SharePermission
      parsedHeaders: ShareGetPermissionHeaders
    }
  }