Skip to content

Commit

Permalink
fix: update preference set types
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlindsey committed Nov 13, 2024
1 parent 88d5dbb commit 60636ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/preferences/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 60636ce

Please sign in to comment.