diff --git a/typings/index.d.ts b/typings/index.d.ts index 04b71ef9..7c987add 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -118,6 +118,7 @@ declare module 'kayn' { by: { name: (name: string) => KaynRequest id: (id: string) => KaynRequest + puuid: (id: string) => KaynRequest accountID: (accountID: string) => KaynRequest } }