I have the following interface
ITle { type: "A" | "B"; id: number; }
I want to use this interface to type the argum