Skip to main content

TemplateSuggestion

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"