diff --git a/src/types.ts b/src/types.ts index b6c0b2d..9d69332 100644 --- a/src/types.ts +++ b/src/types.ts @@ -66,6 +66,7 @@ export interface TelegramOIDCClaims { picture?: string; preferred_username?: string; sub: string; + id: string; } /**