fix type def
This commit is contained in:
@@ -28,9 +28,9 @@ export interface Datum {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface SendHeartbeat {
|
export interface SendHeartbeat {
|
||||||
branch: string | null;
|
branch?: string | null;
|
||||||
hostname: string;
|
hostname: string;
|
||||||
project: string | null;
|
project?: string | null;
|
||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user