export const StorjWidgetBackendService = Symbol("StorjWidgetBackendService"); export const STORJ_WIDGET_BACKEND_PATH = "/services/storjWidgetBackend"; export interface StorjWidgetBackendService { getIsPathFile(path: string): Promise; }