Home > @tridion-sites/open-api-client > RenderedItem
Represents a Rendered Item (the results of a RenderItem API call)
Signature:
export type RenderedItem = {
$type?: string;
DataPipelineJson?: string;
Item?: Link;
RenderedOutput?: string;
Template?: Link;
};
References: Link