mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-09 04:31:13 +00:00
11 lines
197 B
TypeScript
11 lines
197 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;
|
|
}
|