Skip to content

Commit

Permalink
Change unknown to string
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb committed Dec 12, 2023
1 parent 4438df5 commit 63dc325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/connector/_types/Connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface ConnectorScheduling {
}

interface CustomScheduling {
configuration_overrides: Record<string, object>
configuration_overrides: Record<string, string>
enabled: boolean
interval: string
last_synced: string | null
Expand Down

0 comments on commit 63dc325

Please sign in to comment.