mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-06 02:28:25 +00:00
14 lines
244 B
TypeScript
14 lines
244 B
TypeScript
export class Image {
|
|
filename: string;
|
|
path: string;
|
|
image_type: string;
|
|
image_size: number;
|
|
checksum: string;
|
|
checksum_algorithm: string;
|
|
created_at: string;
|
|
updated_at: string;
|
|
}
|
|
|
|
export class ImageData {
|
|
|
|
} |