Types: tighten Teams validator return type

This commit is contained in:
Gustavo Madeira Santana 2026-03-28 19:15:27 -04:00
parent bd1c48e4d9
commit 094524a549
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ declare module "@microsoft/teams.apps/dist/middleware/auth/jwt-validator.js" {
options?: {
validateServiceUrl?: { expectedServiceUrl: string } | undefined;
},
): Promise<unknown | null>;
): Promise<object | null>;
}
export function createServiceTokenValidator(