Skip to content

Commit

Permalink
Add new schema description properties
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
Andrea Rosci authored and Andrea Rosci committed Feb 5, 2024
1 parent 360e97b commit fdb00dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Filters/SchemaSieve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ interface CustomSchemaDescription {
'x-ref-scheme'?: string[];
'x-foreign-key-scheme'?: string[];
'x-filter-only'?: boolean | string[];
'x-no-filter'?: boolean | string[];
'x-no-sort'?: boolean | string[];
}

export type CreateFilter = (
Expand Down

0 comments on commit fdb00dd

Please sign in to comment.