You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//An Interface is a structure which acts as a contract in our application. It defines the syntax for classes to follow, means a class which implements an interface is bound to implement all its members.
4
-
typeDataProps={
5
-
name: string,
6
-
id:number
7
-
}
3
+
//function print(a:number,b:number):number{ //return type
0 commit comments