mirror of https://github.com/openclaw/openclaw.git
Types: tighten Teams validator return type
This commit is contained in:
parent
bd1c48e4d9
commit
094524a549
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue