Skip to content
Snippets Groups Projects
Forked from TDT4140-Group 58 / Spring2021-SellPoint
138 commits behind the upstream repository.
serializable.model.ts 58 B
export interface Serializable {
    serialize(): string;
}