Home > @tridion-sites/open-api-client > Template
Abstract base class for the data of Templates.
Signature:
export type Template = VersionedItem & {
BinaryContent?: BinaryContent;
Content?: string;
ParameterSchema?: Link;
TemplateType?: string;
};
References: VersionedItem, BinaryContent, Link