Type alias TemplateList

TemplateList: Record<string, {
    remote?: string;
    tags: string[];
}>

Generated using TypeDoc