Hi LearningA,
Not much of an Angular question, and more of a typescript one.
Ok, an interface is a type, and only exists during developing time. This means that during runtime there is no cost left. No extra memory, and no unneeded initializations.
There is for cases like this, no upside in using a class.
Regards
Sander