From bcdd97cb619b6911204771a367b9554ee7a4f460 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 24 Jul 2020 17:09:30 +0200
Subject: [PATCH] chore: remove unused types

---
 lib/platform/common.ts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/platform/common.ts b/lib/platform/common.ts
index 3cd7437755..8b84570f26 100644
--- a/lib/platform/common.ts
+++ b/lib/platform/common.ts
@@ -14,9 +14,6 @@ export interface PlatformConfig {
 
 export interface RepoConfig {
   defaultBranch: string;
-  endpoint?: string;
-  renovateUsername?: any;
-  gitAuthor?: any;
   isFork: boolean;
 }
 
-- 
GitLab