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