I have this function:
const getFilter = () => ({ value1: null, value2: null } as IFilter) export interface IFilter { value1: object, value2: stri