File size: 144 Bytes
2e1ab99
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export interface Template {
  name: string;
  label: string;
  description: string;
  githubRepo: string;
  tags?: string[];
  icon?: string;
}