Hi, I have the following generic function ```ts const handleContinue = <T extends A | B>(data: T) => {} ``` How can I check inside this function when data = A, or when data = B?