Home > @tridion-sites/open-api-client > TemplateBuildingBlock
Represents the data of a Template Building Block: a re-usable template module.
Signature:
export type TemplateBuildingBlock = Template & {
ApprovalStatus?: Link;
WorkflowInfo?: WorkflowInfo;
};
References: Template, Link, WorkflowInfo