mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 07:50:22 +00:00
fix: tighten Teams and device typing
This commit is contained in:
@@ -29,7 +29,7 @@ import type { GatewayRequestHandlers } from "./types.js";
|
||||
const DEVICE_TOKEN_ROTATION_DENIED_MESSAGE = "device token rotation denied";
|
||||
|
||||
type DeviceTokenRotateTarget = {
|
||||
pairedDevice: Awaited<ReturnType<typeof getPairedDevice>>;
|
||||
pairedDevice: NonNullable<Awaited<ReturnType<typeof getPairedDevice>>>;
|
||||
normalizedRole: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user