bolt.diy / app /types /template.ts
Heuehneje's picture
bolt.diy
baa4c21 verified
raw
history blame contribute delete
152 Bytes
export interface Template {
name: string;
label: string;
description: string;
githubRepo: string;
tags?: string[];
icon?: string;
}