4 lines
57 B
TypeScript
Raw Normal View History

2020-04-18 20:43:02 +02:00
export interface Serializable {
serialize(): string;
}