File size: 68 Bytes
78dc980
 
 
 
1
2
3
4
5
export interface DSLComponentList {
  id: string;
  name: string;
}