fix(core): update
This commit is contained in:
@@ -36,7 +36,7 @@ export abstract class ExposeProvider {
|
||||
id: string;
|
||||
status: 'deleted' | 'failed' | 'notfound';
|
||||
}[]>
|
||||
public abstract wipeFileById(idArg: string): Promise<{
|
||||
public abstract deleteFileById(idArg: string): Promise<{
|
||||
id: string;
|
||||
status: 'deleted' | 'failed' | 'notfound';
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user