From 63dc3252bcfcd1f780534cdeb78036be56324b00 Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Tue, 12 Dec 2023 16:47:24 +0100 Subject: [PATCH] Change unknown to string --- specification/connector/_types/Connector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/connector/_types/Connector.ts b/specification/connector/_types/Connector.ts index 78ddd80158..66453f47d8 100644 --- a/specification/connector/_types/Connector.ts +++ b/specification/connector/_types/Connector.ts @@ -86,7 +86,7 @@ export interface ConnectorScheduling { } interface CustomScheduling { - configuration_overrides: Record + configuration_overrides: Record enabled: boolean interval: string last_synced: string | null