From 818d1abe0eff0fda34f677b7ce5696f55bd6c0bb Mon Sep 17 00:00:00 2001 From: Simon Esposito Date: Fri, 7 Jun 2024 14:44:51 +0100 Subject: [PATCH] TS friendsOfFriends definition fix --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 4bf976a..c3dd90c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -842,7 +842,7 @@ declare namespace nkruntime { } export interface FriendsOfFriendsList { - friends_of_friends?: FriendOfFriend[] + friendsOfFriends?: FriendOfFriend[] cursor?: string }