src/client/app/modules/puzzle/interfaces/model.interface.ts
Methods |
toString |
toString()
|
Returns :
string
|
export interface ModelInterface {
toString(): string;
}