UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

12 lines (11 loc) 324 B
import { File360TourHotSpotModel } from "./file360TourHotSpotModel"; export declare class File360ViewModel { title: string; description: string; htmlBody: string; linkFileId: number; panorama: string; preview: string; configDataJson: string; hotSpots: File360TourHotSpotModel[]; }