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