Create Interface
Mark as Completed
Create Interface
~20 mins
Create Interface
export
interface
Cat
{
name
:
string
;
age
:
number
;
}