Forked from
TDT4140-Group 58 / Spring2021-SellPoint
138 commits behind the upstream repository.
-
Tormod Nygård authoredTormod Nygård authored
serializable.model.ts 58 B
export interface Serializable {
serialize(): string;
}
export interface Serializable {
serialize(): string;
}