feat: simulador GPS con cron job y pub/sub Redis

This commit is contained in:
2026-05-23 01:06:04 -06:00
parent 1667e4fb66
commit d1bfc9fbac
280 changed files with 30733 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
export declare function connectHandler(self: any): () => void;
export declare function closeHandler(self: any): () => void;
export declare function errorHandler(self: any): (error: any) => void;
export declare function readyHandler(self: any): () => void;