Skip to content

Commit

Permalink
Fix unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb committed Dec 12, 2023
1 parent f2caedc commit 4438df5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions specification/connector/_types/Connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ interface Dependency {
value: string | number | boolean | null
}

type DependencyLookup = Record<string, string | number | boolean | null>

enum DisplayType {
TEXTBOX = 'textbox',
TEXTAREA = 'textarea',
Expand Down Expand Up @@ -184,17 +182,6 @@ export interface FilteringConfig {
draft: FilteringRules
}

enum TriggerMethod {
ON_DEMAND = 'on_demand',
SCHEDULED = 'scheduled'
}

enum SyncJobType {
FULL = 'full',
INCREMENTAL = 'incremental',
ACCESS_CONTROL = 'access_control'
}

enum FeatureName {
FILTERING_ADVANCED_CONFIG = 'filtering_advanced_config',
FILTERING_RULES = 'filtering_rules',
Expand Down

0 comments on commit 4438df5

Please sign in to comment.