fix
This commit is contained in:
parent
dd5608afb7
commit
64fb775478
@ -1,7 +1,3 @@
|
|||||||
export abstract class Serializable {
|
export interface Serializable {
|
||||||
public abstract serialize(): string;
|
serialize(): string;
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
public static deserialize (str: string): Serializable {
|
|
||||||
throw new Error ('not implemented');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user