interface Thumbnail {
    screenshot?: Screenshot;
}

Properties

Properties

screenshot?: Screenshot