import type { Observable } from 'rxjs'; import { UtilitySubject } from '@cuby-ui/api'; import { TreeStructCategoryElement } from './resources-block.options'; export interface SubjectModalService { addResource(utilityId: string): void; handleAddedResource(ids: Record, type: string): Observable; }