jo3t / app /types /template.ts
samifalouti1
Fresh start without binaries
55d48a7
export interface Template {
name: string;
label: string;
description: string;
githubRepo: string;
tags?: string[];
icon?: string;
}