chore: implements send Heartbeat functionality

This commit is contained in:
Sebastian Velez
2023-01-18 14:26:47 -05:00
parent 7b4c5e51e3
commit 3f4daed0ca
3 changed files with 215 additions and 1 deletions

View File

@@ -26,3 +26,8 @@ export interface Datum {
user_agent_id: string;
user_id: string;
}
export interface SendHeartbeat {
project: string | null;
url: string;
}