rewrite more actions
This commit is contained in:
parent
26c5b8fead
commit
643392e6ab
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,5 @@
|
||||
import { TCRMEntity } from 'core/types/Entities/crmEntities';
|
||||
export type TElementFilter = (options: TCRMEntity[]) => TCRMEntity[];
|
||||
import { IBaseOption } from 'core/types/Calculation/Store/options';
|
||||
export type TElementFilter = (
|
||||
options: (TCRMEntity & IBaseOption)[],
|
||||
) => (TCRMEntity & IBaseOption)[];
|
||||
|
||||
Reference in New Issue
Block a user