fix
This commit is contained in:
parent
e0b1063df9
commit
f6b6eb2142
@ -32,6 +32,6 @@ export abstract class DatabaseModel {
|
|||||||
this.data[key] = value;
|
this.data[key] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract async read(): Promise<void>;
|
public abstract async read(): Promise<boolean>;
|
||||||
public abstract async write(): Promise<void>;
|
public abstract async write(): Promise<boolean>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user