mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-25 05:19:43 +00:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export class CapturingSettings {
|
|
capture_file_name: string;
|
|
data_link_type: string;
|
|
}
|