mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-06 02:28:25 +00:00
12 lines
222 B
TypeScript
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;
|
|
}
|