Skip to content

Commit

Permalink
Make filter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
asanehisa committed Nov 25, 2024
1 parent d8c3adf commit e383c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pages/src/common/src/feature/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface StreamConfig {
/** The fields to apply to the stream */
fields: string[];
/** The filter to apply to the stream */
filter: {
filter?: {
/** The entity IDs to apply to the stream */
entityIds?: string[];
/** The entity types to apply to the stream */
Expand Down

0 comments on commit e383c3a

Please sign in to comment.