Skip to content

add type alias declaration

interface A{}
interface B{}

case 1:
type C=A&B;

case 2
type D=A|b;

case 3:
type E={
 hello:string;
} &A|B
Edited by Lalit Rajak