fix(core): update
This commit is contained in:
@@ -28,6 +28,16 @@ export abstract class ExposeProvider {
|
||||
status: 'created' | 'updated';
|
||||
}>;
|
||||
|
||||
public abstract exposeFileArray(optionsArg: {
|
||||
smartFiles: plugins.smartfile.SmartFile[],
|
||||
deleteAfterMillis?: number,
|
||||
privateUrl?: boolean,
|
||||
}): Promise<{
|
||||
url: string;
|
||||
id: string;
|
||||
status: 'created' | 'updated';
|
||||
}[]>;
|
||||
|
||||
public abstract start(): Promise<void>;
|
||||
|
||||
public abstract stop(): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user