Interface Templates

interface Templates {
    Templates: TemplateInList[];
    TotalCount: number;
}

Properties

Templates: TemplateInList[]
TotalCount: number