Type Alias entity_ResourceGraph

entity_ResourceGraph: {
    relations?: entity_ResourceRelation[];
    resources?: { [key: string]: entity_ResourceInfo };
    workload?: string;
}