diff --git a/src/resources/preferences/interfaces.ts b/src/resources/preferences/interfaces.ts index 4963af6..724668a 100644 --- a/src/resources/preferences/interfaces.ts +++ b/src/resources/preferences/interfaces.ts @@ -25,9 +25,9 @@ export interface SetPreferencesProperties { export interface PreferenceSet { id: string; - categories: WorkflowPreferences; - workflows: WorkflowPreferences; - channel_types: ChannelTypePreferences; + categories: WorkflowPreferences | null; + workflows: WorkflowPreferences | null; + channel_types: ChannelTypePreferences | null; } export interface PreferenceOptions {