Skip to content

Commit

Permalink
Support filtering flows by enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal committed Sep 9, 2024
1 parent 963524b commit a142fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/FlowResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type FlowSortFields = 'name' | 'created_at' | '-name' | '-created_at';
*/
export interface FlowFilterFields {
'employee-centric'?: boolean;
enabled?: boolean;
location?: string;
}

Expand Down

0 comments on commit a142fd9

Please sign in to comment.