import { Resource } from '@cuby-ui/api'; export interface ResourceStateService { updateResources(utilityId: string, resources: Resource[]): void; }