bolt.diy / app /types /template.ts
aproli90's picture
Upload 289 files
2e1ab99 verified
raw
history blame contribute delete
144 Bytes
export interface Template {
name: string;
label: string;
description: string;
githubRepo: string;
tags?: string[];
icon?: string;
}