I have a function like this
const myOtherMethod = (param1: any) => { // return some code } export const myFunc = (param1: any): T => { con