feat(devices): add registration, heartbeat, linking, and device tokens
This commit is contained in:
6
Backend/types/express.d.ts
vendored
6
Backend/types/express.d.ts
vendored
@@ -12,6 +12,12 @@ declare global {
|
||||
userId: string;
|
||||
};
|
||||
};
|
||||
deviceAuth?: {
|
||||
userId: string;
|
||||
deviceId: string;
|
||||
role: 'camera' | 'client';
|
||||
exp: number;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user