This commit is contained in:
Alan Hamlett
2024-08-27 23:13:36 +02:00
parent d2c1bc504f
commit 9cfde06cc0

View File

@@ -4,6 +4,7 @@ export interface Heartbeat {
entity: string; entity: string;
id: string; id: string;
language?: string | null; language?: string | null;
plugin?: string | null;
project?: string | null; project?: string | null;
time: string; time: string;
type: EntityType; type: EntityType;