fix type
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user