Spaces:
Runtime error
Runtime error
File size: 159 Bytes
5e518ea |
1 2 3 4 5 6 7 8 9 |
export class TemplateDto {
name: string;
category: string;
allowCategoryChange: boolean;
language: string;
components: any;
webhookUrl?: string;
}
|