Type alias ContentAssetRelationships

ContentAssetRelationships: {
    insightsApplication: ContentAssetLink[];
    network: ContentAssetLink[];
    organization?: ContentAssetLink | null;
    workspace: ContentAssetLink[];
}

Type declaration