I am trying to declare a property in my interface as
export interface GridColumn { isRequired?: boolean | (row: any) => boolean }
I am g