Skip to content

Commit

Permalink
IFormFilterOptions extends ICoreEntityFilterOptions (#631)
Browse files Browse the repository at this point in the history
* fix(forms / plugins): fix interface type of getForms. Sort plugins package name alphabetically

* refactor(iformfilteroptions): iformfilteroptions extends ICoreEntityFilterOptions
  • Loading branch information
jrmyb authored Nov 25, 2024
1 parent 4d1dd65 commit 6ecd98a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/core/src/_types/forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export type IFormElementWithValuesAndChildren = IFormElementWithValues & {
/**
* Accepted fields to filter attributes list
*/
export interface IFormFilterOptions {
id?: string | string[];
export interface IFormFilterOptions extends ICoreEntityFilterOptions {
library?: string;
system?: boolean;
label?: string | string[];
}

0 comments on commit 6ecd98a

Please sign in to comment.