gns3-web-ui/src/app/models/template.ts
2019-11-13 07:30:06 -08:00

12 lines
222 B
TypeScript

export class Template {
template_id: string;
builtin: boolean;
category: string;
compute_id: string;
default_name_format: string;
name: string;
node_type: string;
symbol: string;
template_type: string;
}