mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 11:51:22 +00:00
Types: tighten Teams validator return type
This commit is contained in:
2
src/types/microsoft-teams-sdk.d.ts
vendored
2
src/types/microsoft-teams-sdk.d.ts
vendored
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user