Type alias IncludedResourcesMap

IncludedResourcesMap: {
    [type: string]: {
        [id: string]: RelatedResource;
    };
}

Collection of RelatedResources included in a compound document, organized by type and id

Type declaration

Generated using TypeDoc