Skip to content

Commit

Permalink
Change Entity.request_filters.sections to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Nov 13, 2024
1 parent bc2488b commit d6c4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export type Entity = {
fluid_filter?: string;

request_filters?: {
sections: Array<{
sections?: Array<{
/** 1-based */
index: number;
filters?: Array<{
Expand Down

0 comments on commit d6c4c72

Please sign in to comment.