export interface TemplateViewModel {
id: number;
template: string;
description: string | null;
design: object;
html: string;
}