* @since 29.0.0 */ public function getSharedWith(string $teamId, string $userId): array; /** * Returns all teams for a given resource and user * * @since 29.0.0 */ public function getTeamsForResource(string $providerId, string $resourceId, string $userId): array; }