API ReferenceTypesTemplateSuggestionOn this pageTemplateSuggestion type TemplateSuggestion = {[key: string]: unknown; id: string; name: string; templateType: "project" | "setup";}; Type Declaration Index Signature [key: string]: unknown NameType idstring namestring templateType"project" | "setup"