mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-06 10:38:26 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export class CapturingSettings {
|
|
capture_file_name: string;
|
|
data_link_type: string;
|
|
}
|