2020-04-18 20:43:02 +02:00

4 lines
57 B
TypeScript

export interface Serializable {
serialize(): string;
}