delete function
This commit is contained in:
parent
f6b6eb2142
commit
241f1dafac
@ -34,4 +34,5 @@ export abstract class DatabaseModel {
|
||||
|
||||
public abstract async read(): Promise<boolean>;
|
||||
public abstract async write(): Promise<boolean>;
|
||||
public abstract async delete(): Promise<boolean>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user