mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-06 10:38:26 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export class Message {
|
|
name?: string;
|
|
description: string;
|
|
}
|