import { Observable } from 'rxjs'; export type TYPE_FUNCTION = (data: { value: any; item?: any; otherData?: any; }) => Observable;