From f3a684937565f3bd94034f3389aa95fea908f0c4 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 15:06:30 +0300 Subject: chore: fix linting errors :rotating_light: --- src/types.d.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/types.d.ts') diff --git a/src/types.d.ts b/src/types.d.ts index fb3d86e..cfc60bc 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -10,7 +10,3 @@ export interface Solution { author: User; } -export interface Developer { - username: string; - role: string; -} -- cgit v1.2.3