Type Alias TemplateProps

TemplateProps: {
    componentTree?: TreeNode[];
    contentProperties: ComponentTypeContentProperty[];
    dataAssemblies?: DataAssemblyLink[];
    description: string;
    designProperties: ComponentTypeDesignProperty[];
    metadata?: ExoMetadataProps;
    name: string;
    slots?: ComponentTypeSlotDefinition[];
    sys: TemplateSys;
    viewports: ComponentTypeViewport[];
}

Use ExperienceTemplateProps (see ./experience-template) instead. The Template entity is superseded by the ExperienceTemplate entity.