ShareGetPermissionResponse type

Contains response data for the getPermission operation.

type ShareGetPermissionResponse = WithResponse<
  ShareGetPermissionHeaders & SharePermission,
  ShareGetPermissionHeaders,
  SharePermission
>