From b68e05bdba86e724c7115aae7259471b0b55744d Mon Sep 17 00:00:00 2001 From: Dan Wilson Date: Fri, 4 Aug 2023 16:31:59 +0100 Subject: [PATCH] remove unused types --- web/src/RouteDefinitions.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/src/RouteDefinitions.ts b/web/src/RouteDefinitions.ts index cb3684f1d..aa34eb9a6 100644 --- a/web/src/RouteDefinitions.ts +++ b/web/src/RouteDefinitions.ts @@ -12,18 +12,14 @@ export interface CODEProps { pullRequestSection?: string webhookId?: string pipeline?: string - pipelinePath?: string execution?: string - executionPath?: string } export interface CODEQueryProps { query?: string } -export const pathProps: Readonly< - Omit, 'repoPath' | 'branch' | 'tags' | 'pipelinePath' | 'executionPath'> -> = { +export const pathProps: Readonly, 'repoPath' | 'branch' | 'tags'>> = { space: ':space*', repoName: ':repoName', gitRef: ':gitRef*',